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:20 -0500 |
commit | 7abb9dd6722876ccf495619711fa6052e2882a73 (patch) | |
tree | 0da3950165e17a7d77c6506205409e42d1d219e1 | |
parent | 218b024a7ec866ec62abb5c2fb4eb9108bb5fc0f (diff) | |
download | postgresql-7abb9dd6722876ccf495619711fa6052e2882a73.tar.gz postgresql-7abb9dd6722876ccf495619711fa6052e2882a73.zip |
Fix mistake in comment
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
-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 615ce5c7fd0..66e7e99c054 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7832,7 +7832,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. */ |