agora inbox for pgpool-committers@postgresql.orghelp / color / mirror / Atom feed
pgpool: Add parameters to specify the watchdog/heartbeat listen address 2+ messages / 1 participants [nested] [flat]
* pgpool: Add parameters to specify the watchdog/heartbeat listen address @ 2026-02-24 07:55 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 2+ messages in thread From: Taiki Koshino @ 2026-02-24 07:55 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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=7bfc5e9898e5999fc4330c5479b4f52294b69... 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(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
* pgpool: Add parameters to specify the watchdog/heartbeat listen address @ 2026-02-24 07:57 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 2+ messages in thread From: Taiki Koshino @ 2026-02-24 07:57 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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=66a7be7459e4b9762b1a9d3e8ebd7cbeee18b... 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(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2026-02-24 07:57 UTC | newest] Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-02-24 07:55 pgpool: Add parameters to specify the watchdog/heartbeat listen address Taiki Koshino <koshino@sraoss.co.jp> 2026-02-24 07:57 pgpool: Add parameters to specify the watchdog/heartbeat listen address Taiki Koshino <koshino@sraoss.co.jp>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox