Add a new standby_name parameter that, when provided in repmgr.conf,

is included in the primary_conninfo as application_name... This is
a simple first step towards making repmgr works fine with 9.1 and
sync standbys
This commit is contained in:
Jaime Casanova
2011-07-26 16:43:28 -05:00
parent 10817ecffc
commit 020e17b059
4 changed files with 14 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ cluster=test
# Node ID
node=2
standby_name=standby2
# Connection information
conninfo='host=192.168.204.104'