Files
repmgr/repmgrd-physical.c
Ian Barwick 4c7be798e0 repmgrd: ensure PQfinish() always executed on failed connections in NodeInfoLists
clear_node_info_list() will clean up any remaining active connections,
but we need to ensure all failed connections are cleaned up at the point
of failure to prevent leaks.

Per report in GitHub #643.
2020-05-12 14:25:56 +09:00

150 KiB