aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
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:23:36 -0500
commitaf9f8b7ca343eefa33b693d7919d8f945aeee3e7 (patch)
tree72f24d6fd8a8c355ff55f855ca5c85b63e84859c /src/backend/access/transam/xlog.c
parentdd759b96ea8fa41b48541dd321c07d9a947f8de9 (diff)
downloadpostgresql-af9f8b7ca343eefa33b693d7919d8f945aeee3e7.tar.gz
postgresql-af9f8b7ca343eefa33b693d7919d8f945aeee3e7.zip
Fix mistake in comment
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-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 e46ee553d65..0791404263e 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -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.
*/