Fix mistake in comment
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Dec 2017 16:16:23 +0000 (11:16 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Dec 2017 16:23:36 +0000 (11:23 -0500)
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
src/backend/access/transam/xlog.c

index e46ee553d65f9c9fde959a589117c4d6d76406ed..0791404263e56b498052aef3cc87c5c9b6e1d927 100644 (file)
@@ -7868,7 +7868,7 @@ CheckRecoveryConsistency(void)
    /*
     * Have we passed our safe starting point? Note that minRecoveryPoint is
     * known to be incorrectly set if ControlFile->backupEndRequired, until
-    * the XLOG_BACKUP_RECORD arrives to advise us of the correct
+    * the XLOG_BACKUP_END arrives to advise us of the correct
     * minRecoveryPoint. All we know prior to that is that we're not
     * consistent yet.
     */