pgpool: Add parameters to specify the watchdog/heartbeat listen address

From: Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Add parameters to specify the watchdog/heartbeat listen address
Date: 2026-02-24 07:55:44
Message-ID: E1vunGi-004GPQ-3D@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Add parameters to specify the watchdog/heartbeat listen address and port.

By specifying wd_listen_address and wd_listen_port,
watchdog will listen only on the specified address and port.
You can also now specify the listening port for the heartbeat process using
wd_heartbeatlisten_addresses and wd_listen_port.

Branch
------
V4_7_STABLE

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

Modified Files
--------------
doc.ja/src/sgml/watchdog.sgml | 135 +++++++++++++++++++++++++++++++++++
doc/src/sgml/watchdog.sgml | 85 ++++++++++++++++++++++
src/config/pool_config_variables.c | 64 ++++++++++++++++-
src/include/pool_config.h | 5 ++
src/sample/pgpool.conf.sample-stream | 18 +++++
src/watchdog/watchdog.c | 18 ++++-
src/watchdog/wd_heartbeat.c | 4 +-
7 files changed, 323 insertions(+), 6 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2026-02-24 07:57:42 pgpool: Add parameters to specify the watchdog/heartbeat listen address
Previous Message Taiki Koshino 2026-02-12 01:26:22 pgpool: Fix startup failure when neither logdir nor work_dir is configu