mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: fix issue with incorrect reconnect_interval
Addresses GitHub #673.
This commit is contained in:
@@ -5381,7 +5381,7 @@ try_primary_reconnect(PGconn **conn, PGconn *local_conn, t_node_info *node_info)
|
|||||||
time_t started_at = time(NULL);
|
time_t started_at = time(NULL);
|
||||||
int up_to;
|
int up_to;
|
||||||
bool sleep_now = false;
|
bool sleep_now = false;
|
||||||
bool max_sleep_seconds;
|
int max_sleep_seconds;
|
||||||
|
|
||||||
log_info(_("checking state of node \"%s\" (ID: %i), %i of %i attempts"),
|
log_info(_("checking state of node \"%s\" (ID: %i), %i of %i attempts"),
|
||||||
node_info->node_name,
|
node_info->node_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user