[pgpool-committers: 10216] pgpool: Fix authentication failure after updating pool_passwd and reloa

Tatsuo Ishii ishii at postgresql.org
Wed Nov 13 15:52:43 JST 2024


Fix authentication failure after updating pool_passwd and reload.

If pool_hba.conf is disabled, updating pool_passwd was not recognized
by pgpool child process even if pgpool reload was performed.  The
reload processing function check_config_reload() mistakenly assumed
that reopening pool_passwd was only necessary when enable_pool_hba is
on.

Backpatch-through: v4.1
Discussion: https://www.pgpool.net/pipermail/pgpool-general/2024-November/001944.html

Branch
------
V4_4_STABLE

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

Modified Files
--------------
src/protocol/child.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list