Fix mistake in comment
authorPeter Eisentraut
Fri, 8 Dec 2017 16:16:23 +0000 (11:16 -0500)
committerPeter Eisentraut
Fri, 8 Dec 2017 16:17:46 +0000 (11:17 -0500)
Reported-by: Masahiko Sawada
src/backend/access/transam/xlog.c

index 044c0676c524e8eaac3fee931f01725bc7843948..df777a07eeb6843285e8bf401b2b542e60c083ae 100644 (file)
@@ -7489,7 +7489,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.
     */