summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-12-08 11:16:23 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-12-08 11:17:33 -0500
commitba8cc0ad05b050471e50c8d20ea24466bade3ecc (patch)
tree9abf5fa66dceacc1f1a9dcd39203c6a9aeccdce2 /src
parent2b1bf3fa32fbe8dc955cb064fbf1be7573556392 (diff)
Fix mistake in comment
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index a4f0320fcd4..85470f0bd65 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.
*/