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 1df51e3 commit f8c7308Copy full SHA for f8c7308
pglogical_receiver.c
@@ -252,6 +252,9 @@ pglogical_receiver_main(Datum main_arg)
252
* Slots at other nodes should be removed
253
*/
254
mode = MtmGetReplicationMode(nodeId);
255
+ if (mode == REPLMODE_UNKNOWN) {
256
+ continue;
257
+ }
258
count = Mtm->recoveryCount;
259
260
/* Establish connection to remote server */
0 commit comments