mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Terminate rather than destroy
This commit is contained in:
@@ -1566,7 +1566,7 @@ do_primary_failover(void)
|
|||||||
event_details.data);
|
event_details.data);
|
||||||
|
|
||||||
PQfinish(new_primary_conn);
|
PQfinish(new_primary_conn);
|
||||||
destroyPQExpBuffer(&event_details);
|
termPQExpBuffer(&event_details);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* to force it to re-calculate mode and master node */
|
/* to force it to re-calculate mode and master node */
|
||||||
|
|||||||
Reference in New Issue
Block a user