- Notifications
You must be signed in to change notification settings - Fork5
Commit6aa2e49
committed
Must not reach consistency before XLOG_BACKUP_RECORD
When waiting for an XLOG_BACKUP_RECORD the minRecoveryPointwill be incorrect, so we must not declare recovery as consistentbefore we have seen the record. Major bug allowing recovery to endtoo early in some cases, allowing people to see inconsistent db.This patch to HEAD and 9.2, other fix required for 9.1 and 9.0Simon Riggs and Andres Freund, bug report by Jeff Janes1 parent357cbaa commit6aa2e49
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6332 | 6332 |
| |
6333 | 6333 |
| |
6334 | 6334 |
| |
6335 |
| - | |
| 6335 | + | |
| 6336 | + | |
| 6337 | + | |
| 6338 | + | |
6336 | 6339 |
| |
6337 |
| - | |
| 6340 | + | |
6338 | 6341 |
| |
6339 | 6342 |
| |
6340 | 6343 |
| |
|
0 commit comments
Comments
(0)