Skip to content

Commit 99aa36d

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

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
@@ -6341,7 +6341,7 @@ CheckRecoveryConsistency(void)
63416341
/*
63426342
* Have we passed our safe starting point? Note that minRecoveryPoint is
63436343
* known to be incorrectly set if ControlFile->backupEndRequired, until
6344-
* the XLOG_BACKUP_RECORD arrives to advise us of the correct
6344+
* the XLOG_BACKUP_END arrives to advise us of the correct
63456345
* minRecoveryPoint. All we know prior to that is that we're not
63466346
* consistent yet.
63476347
*/

0 commit comments

Comments
 (0)