forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite2933a6
committed
Prevent instability in contrib/pageinspect's regression test.
pageinspect has occasionally failed on slow buildfarm members,with symptoms indicating that the expected effects of VACUUMFREEZE didn't happen. This is presumably because a backgroundtransaction such as auto-analyze was holding back global xmin.We can work around that by using a temp table in the test.Since commita7212be, that will use an up-to-date cutoff xminregardless of other processes. And pageinspect itself shouldn'treally care whether the table is temp.Back-patch to v14. There would be no point in older brancheswithout back-patchinga7212be, which seems like more troublethan the problem is worth.Discussion:https://postgr.es/m/2892135.1668976646@sss.pgh.pa.us1 parentf193883 commite2933a6
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
0 commit comments
Comments
(0)