diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-06-14 09:26:32 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-06-14 09:26:32 +0900 |
commit | 3c992361cda184ff635a516832dcc54c569ea6ec (patch) | |
tree | 9b0cad06388e992dd4b1edcb9d65d1ae8439d225 /doc/src | |
parent | 105024a47238e33647d346264b4f6fe68a7287ed (diff) | |
download | postgresql-3c992361cda184ff635a516832dcc54c569ea6ec.tar.gz postgresql-3c992361cda184ff635a516832dcc54c569ea6ec.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
Diffstat (limited to 'doc/src')
-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 a81c17a8690..487af1fed88 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -2213,7 +2213,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> |