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

Tatsuo Ishii ishii at postgresql.org
Wed Nov 13 15:52:38 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_3_STABLE

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

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



More information about the pgpool-committers mailing list