[pgpool-hackers: 4130] listen_addresses

Tatsuo Ishii ishii at sraoss.co.jp
Sat Feb 19 17:19:01 JST 2022


I am working on a TOD item:

Allow to use comma separated IP address or host names in listen_addresses
https://pgpool.net/mediawiki/index.php/TODO#Allow_to_use_comma_separated_IP_address_or_host_names_in_listen_addresses
"Currently only single IP or host name or '*' is allowed. PostgreSQL
already allows multiple listen addresses."

It's embarrassing that despite the name "listen addresses", only one
IP or hostname is allowed with the parameter.  Attached is a patch to
implement the TOD item. Documentation changes will be added later on.

BTW, pcp_listen_addresses has the same issue. In the patch I created a
new function create_inet_domain_sockets_by_list() which may be used
for PCP as well. I will work on this after finishing listen_addresses
work.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: listen_addresses.patch
Type: text/x-patch
Size: 7473 bytes
Desc: not available
URL: <http://www.pgpool.net/pipermail/pgpool-hackers/attachments/20220219/eddd3b65/attachment.bin>


More information about the pgpool-hackers mailing list