Skip to content

Commit 8b33b5b

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

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

0 commit comments

Comments
 (0)