Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba8cc0a

Browse files
committed
Fix mistake in comment
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent 2b1bf3f commit ba8cc0a

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7546,7 +7546,7 @@ CheckRecoveryConsistency(void)
75467546
/*
75477547
* Have we passed our safe starting point? Note that minRecoveryPoint is
75487548
* known to be incorrectly set if ControlFile->backupEndRequired, until
7549-
* the XLOG_BACKUP_RECORD arrives to advise us of the correct
7549+
* the XLOG_BACKUP_END arrives to advise us of the correct
75507550
* minRecoveryPoint. All we know prior to that is that we're not
75517551
* consistent yet.
75527552
*/

0 commit comments

Comments
 (0)