Terminate rather than destroy

This commit is contained in:
Ian Barwick
2015-03-19 09:55:20 +09:00
parent 86d24759a0
commit 172a3d90cf

View File

@@ -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 */