forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d35f70
committed
Add more LOG messages when starting and ending recovery from a backup
Three LOG messages are added in the recovery code paths, providinginformation that can be useful to track corruption issues depending onthe state of the cluster, telling that:- Recovery has started from a backup_label.- Recovery is restarting from a backup start LSN, without abackup_label.- Recovery has completed from a backup.Author: Andres FreundReviewed-by: David Steele, Laurenz Albe, Michael PaquierDiscussion:https://postgr.es/m/20231117041811.vz4vgkthwjnwp2pp@awork3.anarazel.de1 parentc393308 commit1d35f70
1 file changed
+34
-0
lines changedLines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
606 | 622 |
| |
607 | 623 |
| |
608 | 624 |
| |
| |||
742 | 758 |
| |
743 | 759 |
| |
744 | 760 |
| |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
745 | 771 |
| |
746 | 772 |
| |
747 | 773 |
| |
| |||
2155 | 2181 |
| |
2156 | 2182 |
| |
2157 | 2183 |
| |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
2158 | 2187 |
| |
2159 | 2188 |
| |
2160 | 2189 |
| |
| |||
2165 | 2194 |
| |
2166 | 2195 |
| |
2167 | 2196 |
| |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
2168 | 2202 |
| |
2169 | 2203 |
| |
2170 | 2204 |
| |
|
0 commit comments
Comments
(0)