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 16:38:57 +09:00
parent 9aaf7d79a2
commit 5b254a1be9
3 changed files with 18 additions and 0 deletions

View File

@@ -895,6 +895,16 @@ struct ConfigFileSetting config_file_settings[] =
{},
{}
},
/* failover_delay */
{
"failover_delay",
CONFIG_INT,
{ .intptr = &config_file_options.failover_delay },
{ .intdefault = 0 },
{ .intminval = 1 },
{},
{}
},
{
"connection_check_query",
CONFIG_STRING,