From: Michael Paquier Date: Fri, 14 Jun 2024 00:26:35 +0000 (+0900) Subject: doc: Fix description WAL writer in glossary X-Git-Tag: REL_16_4~89 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d0b0454d3808c7d5294c548aa9f0ee137430e183;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 5815fa44710..f947eccd006 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -2161,7 +2161,8 @@ WAL writer (process) - A process that writes WAL records + An auxiliary process + that writes WAL records from shared memory to WAL files.