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

Commit69a498e

Browse files
nmischmichaelpq
authored andcommitted
Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.
After commitcc2c7d6 added this flag,failure to reset it caused assertion failures. In non-assert builds, itmade the system fail to achieve the objectives listed in that commit;chiefly, we might emit a spurious log message. Back-patch to v15, wherethat commit first appeared.Bharath Rupireddy and Kyotaro Horiguchi. Reviewed by Dilip Kumar,Nathan Bossart and Michael Paquier. Reported by Dilip Kumar.This commit has been applied as ofb4f584f in v15 and newerversions. This is required on stable branches of v13 and v14 to fix aregression reported by Noah Misch, introduced by1f95181, causingspurious failures in archive recovery (neither streaming nor archiverecovery) with concurrent restartpoints. The backpatched versions ofthe patches have been aligned on these branches by me. Tests have beenconducted by the both of us.Discussion:https://postgr.es/m/CAFiTN-sE3ry=ycMPVtC+Djw4Fd7gbUGVv_qqw6qfzp=JLvqT3g@mail.gmail.comDiscussion:https://postgr.es/m/20250306193013.36.nmisch@google.comBackpatch-through: 13
1 parenta5b0c06 commit69a498e

File tree

1 file changed

+1
-2
lines changed
  • src/backend/access/transam

1 file changed

+1
-2
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12573,8 +12573,7 @@ WaitForWALToBecomeAvailable(XLogRecPtr RecPtr, bool randAccess,
1257312573
* walreceiver is not active, so that it won't overwrite
1257412574
* WAL that we restore from archive.
1257512575
*/
12576-
if (WalRcvStreaming())
12577-
XLogShutdownWalRcv();
12576+
XLogShutdownWalRcv();
1257812577

1257912578
/*
1258012579
* Before we sleep, re-scan for possible new timelines if

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp