repmgrd: don't explicitly close connections on shutdown

This commit is contained in:
Ian Barwick
2018-04-30 15:13:30 +09:00
parent 6de3a5a997
commit 67ccd4dcb3
3 changed files with 0 additions and 33 deletions

View File

@@ -24,7 +24,6 @@ void do_physical_node_check(void);
void monitor_streaming_primary(void);
void monitor_streaming_standby(void);
void monitor_streaming_witness(void);
void close_connections_physical(void);
void handle_sigint_physical(SIGNAL_ARGS);