Skip to content

Commit 340a67a

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

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
@@ -7487,7 +7487,7 @@ CheckRecoveryConsistency(void)
74877487
/*
74887488
* Have we passed our safe starting point? Note that minRecoveryPoint is
74897489
* known to be incorrectly set if ControlFile->backupEndRequired, until
7490-
* the XLOG_BACKUP_RECORD arrives to advise us of the correct
7490+
* the XLOG_BACKUP_END arrives to advise us of the correct
74917491
* minRecoveryPoint. All we know prior to that is that we're not
74927492
* consistent yet.
74937493
*/

0 commit comments

Comments
 (0)