Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit da8f26e

Browse files
committed
Fix typo in comment
Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
1 parent 1acc04e commit da8f26e

File tree

1 file changed

+4
-4
lines changed
  • src/backend/access/transam

1 file changed

+4
-4
lines changed

src/backend/access/transam/xlog.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4221,10 +4221,10 @@ ReadRecord(XLogReaderState *xlogreader, XLogRecPtr RecPtr, int emode,
42214221
* pg_wal, so we are presumably now consistent.
42224222
*
42234223
* 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.
4224+
* pg_wal, however (!fetching_ckpt). We could recover using the
4225+
* WAL from the archive, even if pg_wal is completely empty, but
4226+
* we'd have no idea how far we'd have to replay to reach
4227+
* consistency. So err on the safe side and give up.
42284228
*/
42294229
if (!InArchiveRecovery && ArchiveRecoveryRequested &&
42304230
!fetching_ckpt)

0 commit comments

Comments
 (0)