[pgpool-committers: 10387] pgpool: Fix sr check and health check to reopen pool_passwd upon reload
Tatsuo Ishii
ishii at postgresql.org
Tue Mar 4 21:44:59 JST 2025
Fix sr check and health check to reopen pool_passwd upon reload.
The streaming replication check and health check process forgot to
reopen pool_passwd upon reload. If sr_check_passwd or
health_check_passwd is empty string, the password is obtained from
pool_passwd. Thus those process read outdated content of pool_passwd
upon reload.
Backpatch-through: v4.2
Branch
------
V4_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d82c3728c0bfd6c9cd269b34e67097691401eabc
Modified Files
--------------
src/main/health_check.c | 6 +++++-
src/streaming_replication/pool_worker_child.c | 14 +++++++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list