repmgrd: initial startup

This commit is contained in:
Ian Barwick
2017-06-22 17:23:05 +09:00
parent 9ce981c9f8
commit 66535e5417
4 changed files with 128 additions and 7 deletions

View File

@@ -374,7 +374,7 @@ _parse_config(t_configuration_options *options, ItemList *error_list, ItemList *
}
else if (strcmp(value, "automatic") == 0)
{
options->failover_mode = FAILOVER_MANUAL;
options->failover_mode = FAILOVER_AUTOMATIC;
}
else
{