From: Tatsuo Ishii Date: Fri, 22 Aug 2025 00:01:06 +0000 (+0900) Subject: Doc: fix watchdog_setup manual. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a1aff656143b25962b60218db87d52af90a11bcc;p=pgpool2.git Doc: fix watchdog_setup manual. It mistakenly stated that heartbeart is not setup in watchdog_setup. Auther: Tatsuo Ishii Backpatch-through: V4.2 --- diff --git a/doc.ja/src/sgml/ref/watchdog_setup.sgml b/doc.ja/src/sgml/ref/watchdog_setup.sgml index 0a51eda28..5640a71de 100644 --- a/doc.ja/src/sgml/ref/watchdog_setup.sgml +++ b/doc.ja/src/sgml/ref/watchdog_setup.sgml @@ -54,10 +54,8 @@ Pgpool-II documentation - watchdog_setup はテストのために使うツールなので、 - 実際の業務システムで利用することはおすすめしません。また、heartbeat が使用されていないことにもご注意ください。 + watchdog_setup はテストのために使うツールなので、実際の業務システムで利用することはおすすめしません。 diff --git a/doc/src/sgml/ref/watchdog_setup.sgml b/doc/src/sgml/ref/watchdog_setup.sgml index 18f27958b..8519aa50e 100644 --- a/doc/src/sgml/ref/watchdog_setup.sgml +++ b/doc/src/sgml/ref/watchdog_setup.sgml @@ -42,7 +42,6 @@ Pgpool-II documentation watchdog_setup is for testing purpose only and should not be used to create production installations. - Also please note that heartbeat is not used.