forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce413eb
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 parentbfa2a92 commitce413eb
1 file changed
+14
-1
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
201 | 214 |
| |
202 | 215 |
| |
203 | 216 |
| |
|
0 commit comments
Comments
(0)