mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Remove pointless check
This commit is contained in:
@@ -1027,11 +1027,6 @@ do_failover(void)
|
|||||||
if (!nodes[i].is_visible)
|
if (!nodes[i].is_visible)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* if the node is ready there is nothing to check, skip it too */
|
|
||||||
/* ZZZ is this check pointless? */
|
|
||||||
if (nodes[i].is_ready)
|
|
||||||
break;
|
|
||||||
|
|
||||||
node_conn = establish_db_connection(nodes[i].conninfo_str, false);
|
node_conn = establish_db_connection(nodes[i].conninfo_str, false);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user