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 1a80de1290
commit 3b00dc912a
3 changed files with 101 additions and 45 deletions

View File

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