repmgrd: basic code

This commit is contained in:
Ian Barwick
2017-06-20 01:35:33 +09:00
parent 6f77e84b62
commit f713f30ef8
2 changed files with 288 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
#define SUCCESS 0
#define ERR_BAD_CONFIG 1
#define ERR_BAD_RSYNC 2
#define ERR_BAD_PIDFILE 3
#define ERR_NO_RESTART 4
#define ERR_DB_CONN 6
#define ERR_DB_QUERY 7