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

Commit 7abb9dd

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

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
@@ -7832,7 +7832,7 @@ CheckRecoveryConsistency(void)
78327832
/*
78337833
* Have we passed our safe starting point? Note that minRecoveryPoint is
78347834
* known to be incorrectly set if ControlFile->backupEndRequired, until
7835-
* the XLOG_BACKUP_RECORD arrives to advise us of the correct
7835+
* the XLOG_BACKUP_END arrives to advise us of the correct
78367836
* minRecoveryPoint. All we know prior to that is that we're not
78377837
* consistent yet.
78387838
*/

0 commit comments

Comments
 (0)