diff options
| author | Taiki Koshino | 2025-10-14 00:59:39 +0000 |
|---|---|---|
| committer | Taiki Koshino | 2025-10-14 02:08:53 +0000 |
| commit | b286ce29a0718998f8e1825a6a2d06b6777eb2f0 (patch) | |
| tree | 49b89129da2fe861b351cd0447686394efc16507 /doc/src | |
| parent | 97ab3f1257c6fe0635281f31e8beaf8850bde882 (diff) | |
Rename 'logdir' parameter to 'work_dir'.
Previously, the directory for storing pgpool_status and lock files was specified by the logdir parameter.
However, since the name logdir was confusing, the parameter has been renamed to work_dir for clarity.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/misc-config.sgml | 8 | ||||
| -rw-r--r-- | doc/src/sgml/release-3.6.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/release-3.7.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/release-4.0.sgml | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/misc-config.sgml b/doc/src/sgml/misc-config.sgml index eb48b99f7..d4c20fd99 100644 --- a/doc/src/sgml/misc-config.sgml +++ b/doc/src/sgml/misc-config.sgml @@ -260,10 +260,10 @@ </listitem> </varlistentry> - <varlistentry id="guc-logdir" xreflabel="logdir"> - <term><varname>logdir</varname> (<type>string</type>) + <varlistentry id="guc-work-dir" xreflabel="work_dir"> + <term><varname>work_dir</varname> (<type>string</type>) <indexterm> - <primary><varname>logdir</varname> configuration parameter</primary> + <primary><varname>work_dir</varname> configuration parameter</primary> </indexterm> </term> <listitem> @@ -298,7 +298,7 @@ enables the testing facility of health checking. In this case the health check process looks into <filename>backend_down_request</filename> - under <xref linkend="guc-logdir">. The file may contain multiple + under <xref linkend="guc-work-dir">. The file may contain multiple lines, and each line corresponds to each backend. A line in the file starts with backend id (must be a decimal number starting with zero), then a TAB, and ends with "down". The backend is diff --git a/doc/src/sgml/release-3.6.sgml b/doc/src/sgml/release-3.6.sgml index 1869c2774..b92c24634 100644 --- a/doc/src/sgml/release-3.6.sgml +++ b/doc/src/sgml/release-3.6.sgml @@ -1741,7 +1741,7 @@ 2019-01-03 [79ef2b0] --> <para> - Doc: fix typo in <xref linkend="GUC-LOGDIR"> description. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=453">bug 453</ulink>) (Tatsuo Ishii) + Doc: fix typo in <link linkend="GUC-WORK-DIR">logdir</link> description. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=453">bug 453</ulink>) (Tatsuo Ishii) </para> </listitem> diff --git a/doc/src/sgml/release-3.7.sgml b/doc/src/sgml/release-3.7.sgml index fa26fec97..87a13b25a 100644 --- a/doc/src/sgml/release-3.7.sgml +++ b/doc/src/sgml/release-3.7.sgml @@ -2691,7 +2691,7 @@ 2019-01-03 [520649b] --> <para> - Doc: fix typo in <xref linkend="GUC-LOGDIR"> description. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=453">bug 453</ulink>) (Tatsuo Ishii) + Doc: fix typo in <link linkend="GUC-WORK-DIR">logdir</link> description. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=453">bug 453</ulink>) (Tatsuo Ishii) </para> </listitem> diff --git a/doc/src/sgml/release-4.0.sgml b/doc/src/sgml/release-4.0.sgml index 4160ab654..62439b143 100644 --- a/doc/src/sgml/release-4.0.sgml +++ b/doc/src/sgml/release-4.0.sgml @@ -3707,7 +3707,7 @@ 2019-01-03 [de632ca] --> <para> - Doc: fix typo in <xref linkend="GUC-LOGDIR"> description. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=453">bug 453</ulink>) (Tatsuo Ishii) + Doc: fix typo in <link linkend="GUC-WORK-DIR">logdir</link> description. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=453">bug 453</ulink>) (Tatsuo Ishii) </para> </listitem> |
