diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-12-08 11:16:23 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-12-08 11:17:39 -0500 |
commit | 340a67a32d5a872a458d53acb604fc9fd2b5019a (patch) | |
tree | 471753889a681b73782699bf942c6a7ae5771a1b /src | |
parent | 6605efb4c2bc7b0245fc7bc9b335c4fc566cfa73 (diff) | |
download | postgresql-340a67a32d5a872a458d53acb604fc9fd2b5019a.tar.gz postgresql-340a67a32d5a872a458d53acb604fc9fd2b5019a.zip |
Fix mistake in comment
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 2c2b8fb61bc..feeef81be52 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7487,7 +7487,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. */ |