Add error code ERR_BARMAN

Indicates unrecoverable error condition when accessing the barman server
This commit is contained in:
Ian Barwick
2016-08-31 11:39:48 +09:00
parent a8afa843ee
commit 1d05345aa3
3 changed files with 7 additions and 8 deletions

View File

@@ -1584,6 +1584,7 @@ exit:
* ERR_MONITORING_FAIL (16) Unrecoverable error encountered during monitoring (repmgrd only)
* ERR_BAD_BACKUP_LABEL (17) Corrupt or unreadable backup label encountered (repmgr only)
* ERR_SWITCHOVER_FAIL (18) Error encountered during switchover (repmgr only)
* ERR_BARMAN (19) Unrecoverable error while accessing the barman server (repmgr only)
Support and Assistance