Commit 1781744c authored by Simon Riggs's avatar Simon Riggs

Emit msg correctly for timeline-crossing crash

parent c94dff4c
...@@ -5281,7 +5281,7 @@ StartupXLOG(void) ...@@ -5281,7 +5281,7 @@ StartupXLOG(void)
ereport(LOG, ereport(LOG,
(errmsg("database system was not properly shut down; " (errmsg("database system was not properly shut down; "
"automatic recovery in progress"))); "automatic recovery in progress")));
if (recoveryTargetTLI > 0) if (recoveryTargetTLI > ControlFile->checkPointCopy.ThisTimeLineID)
ereport(LOG, ereport(LOG,
(errmsg("crash recovery starts in timeline %u " (errmsg("crash recovery starts in timeline %u "
"and has target timeline %u", "and has target timeline %u",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment