forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d2cb6b
committed
Make new replication slot test code even less racy
Further fix the test code inead9e51, this time by waiting untilthe checkpoint has completed before moving on; this ensures that theWAL segment removal has already happened when we create the next slot.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://postgr.es/m/20210719.111318.2042379313472032754.horikyota.ntt@gmail.com1 parent344dedf commit0d2cb6b
1 file changed
+14
-1
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
204 | 217 |
| |
205 | 218 |
| |
206 | 219 |
| |
|
0 commit comments
Comments
(0)