Content-Length: 256590 | pFad | http://github.com/postgrespro/postgres_cluster/commit/26ce1b80949464746ca0e7596695563920b29a56

4E Fix build bug · postgrespro/postgres_cluster@26ce1b8 · GitHub
Skip to content

Commit 26ce1b8

Browse files
knizhnikkelvich
authored andcommitted
Fix build bug
1 parent 1595b37 commit 26ce1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/26ce1b80949464746ca0e7596695563920b29a56

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy