Skip to content

Commit 11ec4be

Browse files
kvapkelvich
authored andcommitted
Remove an unneeded assert used for debugging earlier.
1 parent 301e79a commit 11ec4be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pglogical_proto.c

-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ pglogical_write_commit(StringInfo out, PGLogicalOutputData *data,
185185
pq_sendbyte(out, flags);
186186
pq_sendbyte(out, MtmNodeId);
187187

188-
Assert(txn->xact_action != XLOG_XACT_PREPARE || txn->xid < 1000 || MtmTransactionRecords >= 2);
189-
190188
/* send fixed fields */
191189
pq_sendint64(out, commit_lsn);
192190
pq_sendint64(out, txn->end_lsn);

0 commit comments

Comments
 (0)