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

Commit93d3d0c

Browse files
committed
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Reaching PITR on such a transaction would cause the generation of a LOGmessage mentioning a transaction committed, not aborted.Oversight in4f1b890.Author: Simon RiggsDiscussion:https://postgr.es/m/CANbhV-GJ6KijeCgdOrxqMCQ+C8QiK657EMhCy4csjrPcEUFv_Q@mail.gmail.comBackpatch-through: 9.6
1 parent34c24e5 commit93d3d0c

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
@@ -5845,7 +5845,7 @@ recoveryStopsBefore(XLogReaderState *record)
58455845
xl_xact_abort*xlrec= (xl_xact_abort*)XLogRecGetData(record);
58465846
xl_xact_parsed_abortparsed;
58475847

5848-
isCommit=true;
5848+
isCommit=false;
58495849
ParseAbortRecord(XLogRecGetInfo(record),
58505850
xlrec,
58515851
&parsed);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp