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