summaryrefslogtreecommitdiff
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:18:10 -0500
commit99aa36df374231c1d86c9b899740890b54574cb9 (patch)
treec6deaac1079efc6348460c04a8f040a1b80445d9
parent6a1459f67cd46a244f76d93a116be11bf7c92071 (diff)
Fix mistake in comment
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
-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 3fedba3288e..2837943a46e 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -6341,7 +6341,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.
*/