We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8fb33 commit 7123227Copy full SHA for 7123227
pglogical_receiver.c
@@ -577,7 +577,7 @@ pglogical_receiver_main(Datum main_arg)
577
}
578
} else {
579
/* all other commits should be applied in place */
580
- Assert(stmt[1] == PGLOGICAL_PREPARE || stmt[1] == PGLOGICAL_COMMIT || stmt[1] == PGLOGICAL_PRECOMMIT_PREPARED);
+ // Assert(stmt[1] == PGLOGICAL_PREPARE || stmt[1] == PGLOGICAL_COMMIT || stmt[1] == PGLOGICAL_PRECOMMIT_PREPARED);
581
MtmExecute(buf.data, buf.used);
582
583
0 commit comments