| 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:57:42 |
| Message-ID: | E1vunIc-004GYf-0P@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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=66a7be7459e4b9762b1a9d3e8ebd7cbeee18b0dd
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2026-02-25 06:04:02 | pgpool: Add debug log for unsupported options in NegotiateProtocolMessa |
| Previous Message | Taiki Koshino | 2026-02-24 07:55:44 | pgpool: Add parameters to specify the watchdog/heartbeat listen address |