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

Commita1105c3

Browse files
committed
Fix copy & paste error in4f1b890.
Due to the bug delayed standbys would not delay when applying preparedtransactions.Discussion: CAB7nPqT6BO1cCn+sAyDByBxA4EKZNAiPi2mFJ=ANeZmnmewRyg@mail.gmail.comMichael Paquier via Coverity.
1 parent372b970 commita1105c3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5534,7 +5534,7 @@ recoveryApplyDelay(XLogReaderState *record)
55345534
if (XLogRecGetRmid(record)!=RM_XACT_ID)
55355535
return false;
55365536

5537-
xact_info=XLogRecGetInfo(record)&XLOG_XACT_COMMIT;
5537+
xact_info=XLogRecGetInfo(record)&XLOG_XACT_OPMASK;
55385538

55395539
if (xact_info!=XLOG_XACT_COMMIT&&
55405540
xact_info!=XLOG_XACT_COMMIT_PREPARED)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp