pgpool: Feature: Restrict watchdog and heartbeat receiver to listen onl

From: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Feature: Restrict watchdog and heartbeat receiver to listen onl
Date: 2025-08-22 04:40:44
Message-ID: E1upJZz-0098qB-2S@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Feature: Restrict watchdog and heartbeat receiver to listen only on configured addresses.

Previously, both the watchdog and heartbeat receiver processes listen on all interfaces.
For security reasons, they now listen only on the addresses
specified by "hostname" and "heartbeat_hostname".

Branch
------
master

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

Modified Files
--------------
src/config/pool_config_variables.c | 67 ++++++++++++++++++++++++++------------
src/include/pool_config.h | 5 +--
src/watchdog/watchdog.c | 8 ++---
src/watchdog/wd_heartbeat.c | 8 ++---
src/watchdog/wd_lifecheck.c | 33 +++++++++++++------
5 files changed, 80 insertions(+), 41 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-22 06:40:31 pgpool: Fix watchdog_setup bug.
Previous Message Tatsuo Ishii 2025-08-22 00:11:48 pgpool: Doc: fix watchdog_setup manual.