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

Commitb4e31d3

Browse files
committed
fix
1 parent0a7653a commitb4e31d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,10 @@ ParsePrepareRecord(uint8 info, char *xlrec, xl_xact_parsed_prepare *parsed)
12471247

12481248
parsed->twophase_xid=hdr->xid;
12491249
parsed->dbId=hdr->database;
1250+
parsed->nsubxacts=hdr->nsubxacts;
1251+
parsed->nrels=hdr->ncommitrels;
1252+
parsed->nmsgs=hdr->ninvalmsgs;
1253+
12501254
strcpy(parsed->twophase_gid,hdr->gid);
12511255

12521256
parsed->subxacts= (TransactionId*)bufptr;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp