mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
General code cleanup
This commit is contained in:
@@ -2268,6 +2268,9 @@ check_upstream_config(PGconn *conn, int server_version_num, bool exit_on_error)
|
||||
PQfinish(connections[i]);
|
||||
}
|
||||
|
||||
pfree(connections);
|
||||
free_conninfo_params(&repl_conninfo);
|
||||
|
||||
if (possible_replication_connections < min_replication_connections)
|
||||
{
|
||||
config_ok = false;
|
||||
|
||||
Reference in New Issue
Block a user