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

Commit af9f8b7

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7868,7 +7868,7 @@ CheckRecoveryConsistency(void)
78687868
/*
78697869
* Have we passed our safe starting point? Note that minRecoveryPoint is
78707870
* known to be incorrectly set if ControlFile->backupEndRequired, until
7871-
* the XLOG_BACKUP_RECORD arrives to advise us of the correct
7871+
* the XLOG_BACKUP_END arrives to advise us of the correct
78727872
* minRecoveryPoint. All we know prior to that is that we're not
78737873
* consistent yet.
78747874
*/

0 commit comments

Comments
 (0)