repmgrd: document parameters which can be reloaded via SIGHUP

Also add a new subsection with details on reloading repmgrd configuration.
This commit is contained in:
Ian Barwick
2018-09-27 10:42:11 +09:00
parent 688337dec3
commit 401f903456
2 changed files with 201 additions and 20 deletions

View File

@@ -1055,11 +1055,13 @@ parse_time_unit_parameter(const char *name, const char *value, char *dest, ItemL
* - repmgrd_standby_startup_timeout
* - retry_promote_interval_secs
*
* non-changeable options
* non-changeable options (repmgrd references these from the "repmgr.nodes"
* table, not the configuration file)
*
* - node_id
* - node_name
* - data_directory
* - location
* - priority
* - replication_type
*
@@ -1275,7 +1277,7 @@ reload_config(t_configuration_options *orig_options, t_server_type server_type)
config_changed = true;
}
/* promote_delay */
/* promote_delay (for testing use only; not documented */
if (orig_options->promote_delay != new_options.promote_delay)
{
orig_options->promote_delay = new_options.promote_delay;