pgpool: Revert "Feature: Add Lifecheck Started status to pcp_watchdog_i

From: Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Revert "Feature: Add Lifecheck Started status to pcp_watchdog_i
Date: 2026-04-15 02:38:09
Message-ID: E1wCq8n-0070d1-1E@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Revert "Feature: Add Lifecheck Started status to pcp_watchdog_info output."

This reverts commit 3f4401fff5eae8f885810dc8db2b6bd22622932d.

This new feature will be introduced in version 4.8.0,
so pushing this commit to the V4_7_STABLE branch was incorrect.
Revert it.

Branch
------
V4_7_STABLE

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

Modified Files
--------------
doc.ja/src/sgml/ref/pcp_watchdog_info.sgml | 11 +++--------
doc/src/sgml/ref/pcp_watchdog_info.sgml | 10 +++-------
src/include/pcp/pcp.h | 1 -
src/include/watchdog/watchdog.h | 2 --
src/include/watchdog/wd_commands.h | 2 --
src/include/watchdog/wd_ipc_defines.h | 2 +-
src/include/watchdog/wd_lifecheck.h | 3 +--
src/libs/pcp/pcp.c | 6 ------
src/tools/pcp/pcp_frontend_client.c | 8 +++-----
src/watchdog/watchdog.c | 13 -------------
src/watchdog/wd_commands.c | 7 -------
src/watchdog/wd_json_data.c | 4 +---
src/watchdog/wd_lifecheck.c | 10 +---------
13 files changed, 13 insertions(+), 66 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-04-18 10:05:28 pgpool: Feature: reload SSL certificates on SIGHUP without restart.
Previous Message Taiki Koshino 2026-04-15 01:53:47 pgpool: Feature: Add Lifecheck Started status to pcp_watchdog_info outp