diff options
author | Peter Eisentraut | 2017-12-08 16:16:23 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-12-08 16:17:46 +0000 |
commit | 8b33b5b9dfce9b7fb94b8996f4e0bac7e5bb6c21 (patch) | |
tree | 3845288f01e6493d2456269208e33db74d7db2d2 | |
parent | 5f82b3f7c60c6a4257c8693fbd500cbf3916fea9 (diff) |
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 044c0676c52..df777a07eeb 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7489,7 +7489,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. */ |