- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit0174c2d
committed
Fix instability in 031_recovery_conflict.pl.
Where the test wants a VACUUM command to generate WAL that wouldconflict with a session on the standby, it could transiently fail to doso if it couldn't acquire a cleanup lock conditionally at that moment onthe primary. VACUUM FREEZE will wait, so use that instead.No back-patch for now, but that will be needed if/when the test isre-enabled in back-branches.Suggested-by: Andres Freund <andres@anarazel.de>Reported-by: Christoph Berg <myon@debian.org>Discussion:https://postgr.es/m/20230812210006.ei7tutzwcr5svyt6%40awork3.anarazel.de1 parent0da096d commit0174c2d
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
| 112 | + | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
148 |
| - | |
| 147 | + | |
| 148 | + | |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
268 |
| - | |
269 |
| - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
|
0 commit comments
Comments
(0)