Improve handling of default connection parameters

This commit is contained in:
Ian Barwick
2016-01-22 14:14:14 +09:00
parent 5d71869fc1
commit 61e00bf1c7
2 changed files with 47 additions and 51 deletions

View File

@@ -38,7 +38,6 @@
#define DEFAULT_WAL_KEEP_SEGMENTS "5000"
#define DEFAULT_DEST_DIR "."
#define DEFAULT_DBNAME "postgres"
#define DEFAULT_REPMGR_SCHEMA_PREFIX "repmgr_"
#define DEFAULT_PRIORITY 100
#define FAILOVER_NODES_MAX_CHECK 50