forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit741bd32
committed
Improve errors related to incorrect TLI on checkpoint record replay
WAL replay would cause a hard crash if the timeline expected by aXLOG_END_OF_RECOVERY, a XLOG_CHECKPOINT_ONLINE, or aXLOG_CHECKPOINT_SHUTDOWN record is not the same as the timeline beingreplayed, using the same error message for all three of them. Thiscommit changes those error messages to use different wordings, adaptedto each record type, which is useful when it comes to the debugging ofan issue in this area.Author: Amul SulReviewed-by: Nathan Bossart, Robert HaasDiscussion:https://postgr.es/m/CAAJ_b97i1ZerYC_xW6o_AiDSW5n+sGi8k91Yc8KS8bKWKxjqwQ@mail.gmail.com1 parent410aa24 commit741bd32
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10421 | 10421 |
| |
10422 | 10422 |
| |
10423 | 10423 |
| |
10424 |
| - | |
| 10424 | + | |
10425 | 10425 |
| |
10426 | 10426 |
| |
10427 | 10427 |
| |
| |||
10477 | 10477 |
| |
10478 | 10478 |
| |
10479 | 10479 |
| |
10480 |
| - | |
| 10480 | + | |
10481 | 10481 |
| |
10482 | 10482 |
| |
10483 | 10483 |
| |
| |||
10507 | 10507 |
| |
10508 | 10508 |
| |
10509 | 10509 |
| |
10510 |
| - | |
| 10510 | + | |
10511 | 10511 |
| |
10512 | 10512 |
| |
10513 | 10513 |
| |
|
0 commit comments
Comments
(0)