repmgr: add new error code ERR_SWITCHOVER_FAIL

This commit is contained in:
Ian Barwick
2016-06-29 12:11:53 +09:00
parent 66b7dbbed7
commit 097024a32f
2 changed files with 16 additions and 10 deletions

View File

@@ -38,5 +38,6 @@
#define ERR_INTERNAL 15
#define ERR_MONITORING_FAIL 16
#define ERR_BAD_BACKUP_LABEL 17
#define ERR_SWITCHOVER_FAIL 18
#endif /* _ERRCODE_H_ */