We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4815dfa commit b98a7cdCopy full SHA for b98a7cd
src/backend/access/transam/xlog.c
@@ -6563,10 +6563,7 @@ StartupXLOG(void)
6563
StandbyMode = true;
6564
}
6565
6566
- /*
6567
- * Get the last valid checkpoint record. If the latest one according
6568
- * to pg_control is broken, try the next-to-last one.
6569
- */
+ /* Get the last valid checkpoint record. */
6570
checkPointLoc = ControlFile->checkPoint;
6571
RedoStartLSN = ControlFile->checkPointCopy.redo;
6572
record = ReadCheckpointRecord(xlogreader, checkPointLoc, 1, true);
0 commit comments