[pgpool-committers: 8434] pgpool: Implement comma separated multiple listen addresses.

Tatsuo Ishii ishii at sraoss.co.jp
Wed Feb 23 12:34:25 JST 2022


Implement comma separated multiple listen addresses.

Pgpool-II only allowed to set single hostname, IP or '*' to the
listen_addresses parameter. Now we can set multiple listen addresses
to the parameter as PostgreSQL already does.  Note that the
documentations for listen_addresses are shamelessly stolen from
PostgreSQL.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2022-February/004131.html

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=fd0efceae011c8d2c2f7c2b26dc0a738f055972e

Modified Files
--------------
doc.ja/src/sgml/connection-settings.sgml | 41 ++++++++++-----
doc/src/sgml/connection-settings.sgml    | 27 +++++++---
src/config/pool_config_variables.c       | 24 +++++----
src/include/pool_config.h                |  3 +-
src/main/pgpool_main.c                   | 89 +++++++++++++++++++++++---------
src/utils/pool_process_reporting.c       | 10 +++-
6 files changed, 138 insertions(+), 56 deletions(-)



More information about the pgpool-committers mailing list