forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64ae420
committed
Repair test for vacuum reltuples fix.
Concurrent auto-analyze could be holding a snapshot, affecting theremoval of deleted row versions. Remove the deletion to avoid thishappening. Per buildfarm.In passing, make the test independent of assumptions of physical roworder, just out of sheer paranoia.1 parent88e66d1 commit64ae420
File tree
2 files changed
+10
-10
lines changed- src/test/isolation
- expected
- specs
2 files changed
+10
-10
lines changedLines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
| |||
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 |
| - | |
| 16 | + | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 |
| - | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
| 24 | + | |
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
30 | 28 |
| |
31 |
| - | |
| 29 | + | |
32 | 30 |
| |
33 |
| - | |
| 31 | + | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
| |||
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
51 |
| - | |
52 | 49 |
| |
53 | 50 |
| |
54 | 51 |
| |
| |||
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
62 |
| - | |
| 59 | + |
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 |
| |
5 | 9 |
| |
6 | 10 |
| |
| |||
18 | 22 |
| |
19 | 23 |
| |
20 | 24 |
| |
21 |
| - | |
| 25 | + | |
22 | 26 |
| |
23 | 27 |
| |
24 | 28 |
| |
| |||
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
40 |
| - | |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
|
0 commit comments
Comments
(0)