forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb6a5b76
committed
Fix race in test of pg_switch_wal().
The test failed when something added WAL between pg_switch_wal() andpg_current_wal_lsn(), seen on buildfarm members hornet and sungazer.Fix v10, v9.6 and v9.5 by making this code mirror its v13+ counterpart.v12 and v11 lack a counterpart.1 parent783a21e commitb6a5b76
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 | 144 |
| |
146 | 145 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 |
| |
151 | 153 |
| |
152 | 154 |
| |
|
0 commit comments
Comments
(0)