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

Bo Peng pengbo at sraoss.co.jp
Mon Jun 13 16:32:05 JST 2022


Hi Ishii-san,

> 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. 

Thank you for your review.

It was a typo.
The fixed patch is attached.

-- 
Bo Peng <pengbo at sraoss.co.jp>
SRA OSS, Inc. Japan
https://www.sraoss.co.jp/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rename_delegate_ip_v2.patch
Type: application/octet-stream
Size: 17978 bytes
Desc: not available
URL: <http://www.pgpool.net/pipermail/pgpool-hackers/attachments/20220613/412c1ac2/attachment-0001.obj>


More information about the pgpool-hackers mailing list