forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2520226
committed
Ensure standby promotion point in 043_wal_replay_wait.pl
This commit ensures standby will be promoted at least at the primary insertLSN we have just observed. We use pg_switch_wal() to force the insert LSNto be written then wait for standby to catchup.Reported-by: Alexander LakhinDiscussion:https://postgr.es/m/1d7b08f2-64a2-77fb-c666-c9a74c68eeda%40gmail.com1 parent85b98b8 commit2520226
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
180 | 186 |
| |
181 | 187 |
| |
182 | 188 |
| |
|
0 commit comments
Comments
(0)