forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d27842
committed
Second try at stabilizing query plans in rowsecurity regression test.
This reverts commit5cdf25e,which was almost immediately proven insufficient by the buildfarm.On second thought, the tables involved are not large enough thatautovacuum or autoanalyze would notice them; what seems far morelikely to be the culprit is the database-wide "vacuum analyze"in the concurrent gist test. That thing has given us one headachetoo many, so get rid of it in favor of targeted vacuuming of thattest's own tables only.1 parent1676e43 commit1d27842
File tree
4 files changed
+24
-28
lines changed- src/test/regress
- expected
- sql
4 files changed
+24
-28
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 20 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
73 | 71 |
| |
74 | 72 |
| |
75 | 73 |
| |
| |||
186 | 184 |
| |
187 | 185 |
| |
188 | 186 |
| |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
200 | 191 |
| |
201 |
| - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
202 | 201 |
| |
203 | 202 |
| |
204 | 203 |
| |
| |||
276 | 275 |
| |
277 | 276 |
| |
278 | 277 |
| |
279 |
| - | |
280 | 278 |
| |
281 | 279 |
| |
282 | 280 |
| |
283 | 281 |
| |
284 |
| - | |
| 282 | + | |
| 283 | + | |
285 | 284 |
| |
286 | 285 |
| |
287 | 286 |
| |
| |||
296 | 295 |
| |
297 | 296 |
| |
298 | 297 |
| |
299 |
| - | |
300 | 298 |
| |
301 |
| - | |
302 |
| - | |
303 |
| - | |
| 299 | + | |
304 | 300 |
| |
| 301 | + | |
| 302 | + | |
| 303 | + | |
305 | 304 |
| |
306 | 305 |
| |
307 | 306 |
| |
| |||
313 | 312 |
| |
314 | 313 |
| |
315 | 314 |
| |
316 |
| - | |
317 | 315 |
| |
| 316 | + | |
318 | 317 |
| |
319 | 318 |
| |
320 | 319 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 | 85 |
| |
89 | 86 |
| |
90 | 87 |
| |
|
0 commit comments
Comments
(0)