pgpool: Fix watchdog_setup bug.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix watchdog_setup bug.
Date: 2025-08-22 06:40:31
Message-ID: E1upLRv-00A1ot-1U@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix watchdog_setup bug.

Fix bug in commit 534e04a0e.

- If no argument is specified, watchdog_setup complains a shell script error.
- When VIP is requested, delegate_ip, if_up_cmd and if_up_cmd are
added to pgpool.conf multiple times.

Reviewed-by: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp
Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>

Branch
------
master

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

Modified Files
--------------
src/test/watchdog_setup.in | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2025-08-26 04:38:36 pgpool: Doc: Fix releasenote link.
Previous Message Bo Peng 2025-08-22 04:40:44 pgpool: Feature: Restrict watchdog and heartbeat receiver to listen onl