mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
Set defaults before loading configuration file
This commit is contained in:
@@ -109,7 +109,7 @@ typedef struct ConfigFileSetting
|
||||
const char *strdefault;
|
||||
bool booldefault;
|
||||
failover_mode_opt failovermodedefault;
|
||||
ConnectionCheckType *checktypedefault;
|
||||
ConnectionCheckType checktypedefault;
|
||||
} defval;
|
||||
union {
|
||||
int intminval;
|
||||
|
||||
Reference in New Issue
Block a user