Catch various corner cases when restarting a PostgreSQL instance

This commit is contained in:
Ian Barwick
2018-02-14 11:28:38 +09:00
parent c9eb1bfcc0
commit a8232337d8
3 changed files with 101 additions and 45 deletions

View File

@@ -181,6 +181,7 @@ typedef enum
ACTION_NONE,
ACTION_START,
ACTION_STOP,
ACTION_STOP_WAIT,
ACTION_RESTART,
ACTION_RELOAD,
ACTION_PROMOTE