forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaea1f24
committed
recoveryStopsHere() must check the resource manager ID.
Before commitc016ce7, this wasn'tneeded, but now that multiple resource manager IDs can percolate downthrough here, we have to make sure we know which one we've got.Otherwise, we can confuse (for example) an XLOG_XACT_COMMIT recordwith an XLOG_CHECKPOINT_SHUTDOWN record.Review by Jaime Casanova1 parentc29abc8 commitaea1f24
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5583 | 5583 |
| |
5584 | 5584 |
| |
5585 | 5585 |
| |
5586 |
| - | |
| 5586 | + | |
5587 | 5587 |
| |
5588 | 5588 |
| |
5589 | 5589 |
| |
5590 | 5590 |
| |
5591 | 5591 |
| |
5592 | 5592 |
| |
5593 |
| - | |
| 5593 | + | |
5594 | 5594 |
| |
5595 | 5595 |
| |
5596 | 5596 |
| |
5597 | 5597 |
| |
5598 | 5598 |
| |
5599 | 5599 |
| |
5600 |
| - | |
| 5600 | + | |
5601 | 5601 |
| |
5602 | 5602 |
| |
5603 | 5603 |
| |
|
0 commit comments
Comments
(0)