diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-06-14 09:26:39 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-06-14 09:26:39 +0900 |
commit | 37c5e5f4d45c66b5b43d976d50fbd04488f2c8ef (patch) | |
tree | e28169767f08d8f8bae5ecce939e0605fec25f98 | |
parent | bf552b1b2d8bc777e7831b7d2dbbd68bdd824c67 (diff) | |
download | postgresql-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.sgml | 3 |
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> |