repmgrd: clarify why node is not configured for automatic failover

This commit is contained in:
Ian Barwick
2020-05-22 11:21:48 +09:00
parent 8233560629
commit d75a35a788

View File

@@ -3250,6 +3250,7 @@ do_upstream_standby_failover(void)
if (config_file_options.failover == FAILOVER_MANUAL)
{
log_notice(_("this node is not configured for automatic failover"));
log_detail(_("parameter \"failover\" is set to \"manual\""));
return false;
}