forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitefcbb76
committed
Revert "Test that vacuum removes tuples older than OldestXmin"
This reverts commitaa60798.This test proved to be unstable on the buildfarm, timing out before thestandby could catch up on 32-bit machines where more rows were requiredand failing to reliably trigger multiple index vacuum rounds on 64-bitmachines where fewer rows should be required.Because the instability is only known to be present on versions ofPostgres with TIDStore used for dead TID storage by vacuum, this is onlybeing reverted on master and REL_17_STABLE.As having this coverage may be valuable, there is a discussion on thethread of possible ways to stabilize the test. If that happens, a fixedtest can be committed again.Backpatch-through: 17Reported-by: Tom LaneDiscussion:https://postgr.es/m/614152.1721580711%40sss.pgh.pa.us1 parent6a6ebb9 commitefcbb76
2 files changed
+0
-269
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
|
Lines changed: 0 additions & 268 deletions
This file was deleted.
0 commit comments
Comments
(0)