From: Michael Paquier Date: Fri, 14 Jun 2024 00:26:32 +0000 (+0900) Subject: doc: Fix description WAL writer in glossary X-Git-Tag: REL_17_BETA2~53 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3c992361cda184ff635a516832dcc54c569ea6ec;p=postgresql.git 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 --- 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 @@ WAL writer (process) - A process that writes WAL records + An auxiliary process + that writes WAL records from shared memory to WAL files.