Fix mistake in comment

Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
pull/26/head
Peter Eisentraut 9 years ago
parent 2b1bf3fa32
commit ba8cc0ad05
  1. 2
      src/backend/access/transam/xlog.c

@ -7546,7 +7546,7 @@ CheckRecoveryConsistency(void)
/*
* Have we passed our safe starting point? Note that minRecoveryPoint is
* known to be incorrectly set if ControlFile->backupEndRequired, until
* the XLOG_BACKUP_RECORD arrives to advise us of the correct
* the XLOG_BACKUP_END arrives to advise us of the correct
* minRecoveryPoint. All we know prior to that is that we're not
* consistent yet.
*/

Loading…
Cancel
Save