We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33662d commit 3d9f462Copy full SHA for 3d9f462
src/pglogical_receiver.c
@@ -88,7 +88,6 @@ bool receiver_mtm_cfg_valid;
88
static volatile sig_atomic_t got_sighup = false;
89
90
/* GUC variables */
91
-static int receiver_idle_time = 0;
92
static bool receiver_sync_mode = true; /* We need sync mode to have up-to-date values of catalog_xmin in replication slots */
93
94
/* Worker name */
0 commit comments