[pgpool-hackers: 4174] Re: Rename configuration parameter delegate_IP to delegate_ip

Tatsuo Ishii ishii at sraoss.co.jp
Mon Jun 13 16:26:25 JST 2022


Hi Peng,

> +static bool
> +DelegateIPAssignMessage(ConfigContext scontext, char *newval, int elevel)
> +{
> +	if (scontext != CFGCXT_BOOT)
> +		ereport(WARNING,
> +				(errmsg("delegate_IP is changed to delegate_ip"),
> +				 errdetail("if fail_over_on_backend_error is specified, the value will be set to failover_on_backend_error")));

The errdetail does not seem to match with the errmsg.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list