pgpool: Add function comment to is_wd_lifecheck_ready.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Add function comment to is_wd_lifecheck_ready.
Date: 2025-07-22 10:52:05
Message-ID: E1ueAbM-002UjS-2t@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Add function comment to is_wd_lifecheck_ready.

Also clarify a debug message. Previous it stated that the reason for
the function returns WD_NG was that pgpool has not send hearbeat
yet. Actually the reason could be that pgpool has not received
hearbeat yet too.

Branch
------
master

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

Modified Files
--------------
src/watchdog/wd_lifecheck.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-07-23 07:09:18 pgpool: Doc: unify watchdog leader terms.
Previous Message Tatsuo Ishii 2025-07-19 07:07:23 pgpool: Fix resource leak while reading startup packet.