forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ffdc03
committed
Mention standby.signal in FATALs for checkpoint record missing at recovery
When beginning recovery from a base backup by reading a backup_labelfile, it may be possible that no checkpoint record is availabledepending on the method used when the case backup was taken, which wouldprevent recovery from beginning. In this case, the FATAL messagesissued, initially added byc900c15, mentioned recovery.signal asan option to do recovery but not standby.signal. Let's add it as anavailable option, for clarity.Per suggestion from Bowen Shi, extracted from a larger patch by me.Author: Michael PaquierDiscussion:https://postgr.es/m/CAM_vCudkSjr7NsNKSdjwtfAm9dbzepY6beZ5DP177POKy8=2aw@mail.gmail.com1 parent96f0526 commit1ffdc03
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
664 |
| - | |
| 664 | + | |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
| 667 | + | |
668 | 668 |
| |
669 | 669 |
| |
670 | 670 |
| |
|
0 commit comments
Comments
(0)