From: Peter Eisentraut Date: Fri, 8 Dec 2017 16:16:23 +0000 (-0500) Subject: Fix mistake in comment X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ba8cc0ad05b050471e50c8d20ea24466bade3ecc;p=users%2Fbernd%2Fpostgres.git Fix mistake in comment Reported-by: Masahiko Sawada --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index a4f0320fcd..85470f0bd6 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7546,7 +7546,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. */