Add event "repmgrd_shutdown"

Implements GitHub #393
This commit is contained in:
Ian Barwick
2018-03-06 10:55:23 +09:00
parent 0af2077bed
commit cdb504d700
5 changed files with 116 additions and 13 deletions

View File

@@ -26,4 +26,6 @@ void monitor_streaming_standby(void);
void monitor_streaming_witness(void);
void close_connections_physical(void);
void handle_sigint_physical(SIGNAL_ARGS);
#endif /* _REPMGRD_PHYSICAL_H_ */