forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit484a848
committed
Fix pg_rewind regression failure after "fast promotion"
pg_rewind looks at the control file to determine the server's timeline. Ifthe standby performs a "fast promotion", the timeline ID in the controlfile is not updated until the next checkpoint. The startup process requestsa checkpoint immediately after promotion, so this is unlikely to be anissue in the real world, but the regression suite ran pg_rewind so quicklyafter promotion that the checkpoint had not yet completed.Reported by Stephen Frost1 parent9d396af commit484a848
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
245 | 253 |
| |
246 | 254 |
| |
247 | 255 |
| |
|
0 commit comments
Comments
(0)