forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitadc6032
committed
Improve FATAL message for invalid TLI history at recovery
The original message did not mention where the checkpoint record LSN wasfound, a control file or a backup_label file. A couple of LOG messagesare generated before this FATAL check is reached, providing more detailsabout the way recovery is set up. However, knowing this information inthis specific message is useful for debugging. This is also useful forinstances where log_min_messages is set to FATAL or more, where LOGmessages do not show up.Author: Benoit Lobréau <benoit.lobreau@dalibo.com>Reviewed-by: David Steele <david@pgbackrest.org>Discussion:https://postgr.es/m/4ed10bc8-5513-4d8e-8643-8abcaa08336d@dalibo.com1 parent6ee3b91 commitadc6032
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
852 |
| - | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
853 | 855 |
| |
854 | 856 |
| |
855 | 857 |
| |
|
0 commit comments
Comments
(0)