aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-06-14 09:26:39 +0900
committerMichael Paquier <michael@paquier.xyz>2024-06-14 09:26:39 +0900
commit37c5e5f4d45c66b5b43d976d50fbd04488f2c8ef (patch)
treee28169767f08d8f8bae5ecce939e0605fec25f98
parentbf552b1b2d8bc777e7831b7d2dbbd68bdd824c67 (diff)
downloadpostgresql-37c5e5f4d45c66b5b43d976d50fbd04488f2c8ef.tar.gz
postgresql-37c5e5f4d45c66b5b43d976d50fbd04488f2c8ef.zip
doc: Fix description WAL writer in glossary
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
-rw-r--r--doc/src/sgml/glossary.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml
index ada723a5227..a93517ae1a9 100644
--- a/doc/src/sgml/glossary.sgml
+++ b/doc/src/sgml/glossary.sgml
@@ -2028,7 +2028,8 @@
<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>