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

Commit15e87a0

Browse files
committed
Fix build bug
1 parente9aa73e commit15e87a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/mmts/pglogical_proto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pglogical_write_begin(StringInfo out, PGLogicalOutputData *data,
159159
MTM_LOG2("%d: pglogical_write_begin XID=%lld sent",MyProcPid, (long64)txn->xid);
160160
pq_sendbyte(out,'B');/* BEGIN */
161161
pq_sendint(out,MtmNodeId,4);
162-
pq_sendint64(out,isRecovery ?InvalidTransactionId :txn->xid,4);
162+
pq_sendint64(out,isRecovery ?InvalidTransactionId :txn->xid);
163163
pq_sendint64(out,csn);
164164
pq_sendint64(out,participantsMask);
165165

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp