repmgr: assume node is actually shutting down if pingable and that's the reported status

This commit is contained in:
Ian Barwick
2018-01-12 21:53:37 +09:00
committed by Ian Barwick
parent 54b5c8ad94
commit 3d6437c8f8
4 changed files with 29 additions and 14 deletions

View File

@@ -513,5 +513,6 @@ bool bdr_node_set_repmgr_set(PGconn *conn, const char *node_name);
/* miscellaneous debugging functions */
const char *print_node_status(NodeStatus node_status);
const char *print_pqping_status(PGPing ping_status);
#endif /* _REPMGR_DBUTILS_H_ */