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 b105b6b commit 1a3330cCopy full SHA for 1a3330c
pglogical_receiver.c
@@ -533,7 +533,7 @@ pglogical_receiver_main(Datum main_arg)
533
MtmSpillToFile(spill_file, buf.data, buf.used);
534
ByteBufferReset(&buf);
535
}
536
- if (stmt[0] == 'M' && (stmt[1] == 'L' || stmt[1] == 'C' || stmt[1] == 'A')) {
+ if (stmt[0] == 'M' && (stmt[1] == 'L' || stmt[1] == 'A')) {
537
MTM_LOG3("Process '%c' message from %d", stmt[1], nodeId);
538
MtmExecutor(stmt, rc - hdr_len);
539
} else {
0 commit comments