aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-06-14 09:26:32 +0900
committerMichael Paquier <michael@paquier.xyz>2024-06-14 09:26:32 +0900
commit3c992361cda184ff635a516832dcc54c569ea6ec (patch)
tree9b0cad06388e992dd4b1edcb9d65d1ae8439d225 /doc/src
parent105024a47238e33647d346264b4f6fe68a7287ed (diff)
downloadpostgresql-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.sgml3
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>