]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix description WAL writer in glossary
authorMichael Paquier <michael@paquier.xyz>
Fri, 14 Jun 2024 00:26:39 +0000 (09:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 14 Jun 2024 00:26:39 +0000 (09:26 +0900)
The WAL writer is an auxiliary process, but its description in the
glossary did not match that.

This is inexact since d3014fff4cd4.

Author: Masahiro Ikeda
Discussion: https://postgr.es/m/d3a5a4278fd8d9e7a47c6aa4db9e9a39@oss.nttdata.com
Backpatch-through: 15

doc/src/sgml/glossary.sgml

index ada723a5227aa9323d4179b7a27e7c0852e6c6cb..a93517ae1a93ca1ce9cee895eb4a9a314fc1d508 100644 (file)
    <glossterm>WAL writer (process)</glossterm>
    <glossdef>
     <para>
-     A process that writes <glossterm linkend="glossary-wal-record">WAL records</glossterm>
+     An <glossterm linkend="glossary-auxiliary-proc">auxiliary process</glossterm>
+     that writes <glossterm linkend="glossary-wal-record">WAL records</glossterm>
      from <glossterm linkend="glossary-shared-memory">shared memory</glossterm> to
      <glossterm linkend="glossary-wal-file">WAL files</glossterm>.
     </para>