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 66fca42 commit 730606cCopy full SHA for 730606c
contrib/mmts/pglogical_receiver.c
@@ -551,7 +551,7 @@ pglogical_receiver_main(Datum main_arg)
551
MTM_LOG3("Process '%c' message from %d", stmt[1], nodeId);
552
if (stmt[0] == 'M' && stmt[1] == 'C') { /* concurrent DDL should be executed by parallel workers */
553
//MtmExecute(stmt, msg_len);
554
- MtmExecutor(stmt, msg_len);
+ MtmExecutore(stmt, msg_len);
555
} else {
556
MtmExecutor(stmt, msg_len); /* all other messages can be processed by receiver itself */
557
}
0 commit comments