Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda8f26e

Browse files
committed
Fix typo in comment
Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
1 parent1acc04e commitda8f26e

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+
*WALfrom the archive, even if pg_wal is completely empty, but
4226+
*we'dhave 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)

[8]ページ先頭

©2009-2025 Movatter.jp