diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-06-14 09:26:35 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-06-14 09:26:35 +0900 |
commit | d0b0454d3808c7d5294c548aa9f0ee137430e183 (patch) | |
tree | 31de238faec092536e76dd87de3f30fd5c596c99 | |
parent | 82a931d3d2fe6c97c022399605413179b6c3c0aa (diff) | |
download | postgresql-d0b0454d3808c7d5294c548aa9f0ee137430e183.tar.gz postgresql-d0b0454d3808c7d5294c548aa9f0ee137430e183.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 5815fa44710..f947eccd006 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -2161,7 +2161,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> |