pgpool: Feature: allow to specify VIP in watchdog_setup.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Feature: allow to specify VIP in watchdog_setup.
Date: 2025-08-21 23:25:40
Message-ID: E1upEf5-007EjQ-2v@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

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(at)postgresql(dot)org>
Discussion: https://www.postgresql.org/message-id/20250820.151646.1640218512808280876.ishii%40postgresql.org

Branch
------
master

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

Modified Files
--------------
doc.ja/src/sgml/ref/watchdog_setup.sgml | 18 +++++++++++++++++
doc/src/sgml/ref/watchdog_setup.sgml | 23 +++++++++++++++++++++-
src/test/watchdog_setup.in | 35 ++++++++++++++++++++++++++++-----
3 files changed, 70 insertions(+), 6 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-22 00:11:20 pgpool: Doc: fix watchdog_setup manual.
Previous Message pgpool-committers-owner 2025-08-21 09:04:06 pgpool: Tag refs/tags/V4_2_23_RPM was created