repmgrd: add parameter "failover_delay"

This parameter is not documented and intended for use during testing.
It should not be used in production.
This commit is contained in:
Ian Barwick
2020-10-05 17:43:32 +09:00
parent a99768fdd8
commit d43270008c
2 changed files with 9 additions and 1 deletions

View File

@@ -189,6 +189,7 @@ typedef struct
/* undocumented test settings */
int promote_delay;
int failover_delay;
} t_configuration_options;
/*
@@ -243,8 +244,9 @@ typedef struct
/* barman settings */ \
"", "", "", \
/* rsync/ssh settings */ \
"", "", \
"", "", \
/* undocumented test settings */ \
0, \
0 \
}