We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1acc04e commitda8f26eCopy full SHA for da8f26e
src/backend/access/transam/xlog.c
@@ -4221,10 +4221,10 @@ ReadRecord(XLogReaderState *xlogreader, XLogRecPtr RecPtr, int emode,
4221
* pg_wal, so we are presumably now consistent.
4222
*
4223
* We require that there's at least some valid WAL present in
4224
- * pg_wal, however (!fetch_ckpt). We could recover using the WAL
4225
- * from the archive, even if pg_wal is completely empty, but we'd
4226
- * have no idea how far we'd have to replay to reach consistency.
4227
- * So err on the safe side and give up.
+ * pg_wal, however (!fetching_ckpt).We could recover using the
+ *WALfrom the archive, even if pg_wal is completely empty, but
+ *we'dhave no idea how far we'd have to replay to reach
+ *consistency.So err on the safe side and give up.
4228
*/
4229
if (!InArchiveRecovery&&ArchiveRecoveryRequested&&
4230
!fetching_ckpt)