Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 81c47f6

Browse files
committed
Remove an unneeded assert used for debugging earlier.
1 parent 2866640 commit 81c47f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/mmts/pglogical_proto.c

Lines changed: 0 additions & 2 deletions
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)