[pgpool-committers: 10214] pgpool: Fix authentication failure after updating pool_passwd and reloa
Tatsuo Ishii
ishii at postgresql.org
Wed Nov 13 15:52:33 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_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=43940e96310f65be6e36ab4c63d6acd106493cd3
Modified Files
--------------
src/protocol/child.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list