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

Commit 49678b9

Browse files
committed
Rule in this assert can be violated by abort record which is not a big problem
1 parent dd087c3 commit 49678b9

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
@@ -331,7 +331,7 @@ pglogical_write_commit(StringInfo out, PGLogicalOutputData *data,
331331
elog(WARNING, "Failed to map origin %d", txn->origin_id);
332332
i = MtmNodeId-1;
333333
} else {
334-
Assert(i == MtmNodeId-1 || txn->origin_lsn != InvalidXLogRecPtr);
334+
// Assert(i == MtmNodeId-1 || txn->origin_lsn != InvalidXLogRecPtr);
335335
}
336336
pq_sendbyte(out, i+1);
337337
} else {

0 commit comments

Comments
 (0)