From aa6633b02799a693e5165202264ee3cbaf617d48 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Wed, 11 Apr 2012 10:38:22 -0500 Subject: [PATCH] Complete the lists of error codes that repmgr can return in the README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 04178120..4c123d9f 100644 --- a/README.rst +++ b/README.rst @@ -1024,6 +1024,7 @@ following * ERR_DB_QUERY 7: Error executing a database query. * ERR_PROMOTED 8: Exiting program because the node has been promoted to master. * ERR_BAD_PASSWORD 9: Password used to connect to a database was rejected. +* ERR_STR_OVERFLOW 10: A string was larger than expected. License and Contributions =========================