Feature: allow to specify VIP in watchdog_setup.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 21 Aug 2025 23:24:38 +0000 (08:24 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 21 Aug 2025 23:24:38 +0000 (08:24 +0900)
commit534e04a0ea0d01759bc6265cbb59794dd27d95be
tree91f7ec3ec8c8b972d20cea4b7dab1c5724c26577
parentc5fa45f6974971dd9a1cb0701c28d66ce4220aa8
Feature: allow to specify VIP in watchdog_setup.

This commit allows to specify VIP parameter (delegate_ip) in
watchdog_setup using new option "-vip [ip]". If ip is omitted,
'127.0.0.1' is assumed. Even if vip option is specified, pgpool will
not actually set the VIP to the system: if_up_cmd, if_down_cmd are
just set to echo command and do nothing except emit a log. This option
is intended to trace the action of Pgpool-II regarding VIP handling.

Author: Tatsuo Ishii <ishii@postgresql.org>
Discussion: https://www.postgresql.org/message-id/20250820.151646.1640218512808280876.ishii%40postgresql.org
doc.ja/src/sgml/ref/watchdog_setup.sgml
doc/src/sgml/ref/watchdog_setup.sgml
src/test/watchdog_setup.in