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:18:10 -0500 |
commit | 99aa36df374231c1d86c9b899740890b54574cb9 (patch) | |
tree | c6deaac1079efc6348460c04a8f040a1b80445d9 /src | |
parent | 6a1459f67cd46a244f76d93a116be11bf7c92071 (diff) |
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 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. */ |