[pgpool-committers: 8460] pgpool: Change the default value of pcp_listen_addresses from '*' to 'l

Tatsuo Ishii ishii at sraoss.co.jp
Mon Feb 28 15:57:28 JST 2022


Change the default value of pcp_listen_addresses from '*' to 'localhost'.

'*' was not very secure. Also the default value of listen_address in
Pgpool-II and PostgreSQL are 'localhost'.

Branch
------
V4_2_STABLE

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

Modified Files
--------------
doc.ja/src/sgml/connection-settings.sgml | 4 ++--
doc/src/sgml/connection-settings.sgml    | 2 +-
src/config/pool_config_variables.c       | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list