From: Michael Paquier Date: Fri, 14 Jun 2024 00:26:39 +0000 (+0900) Subject: doc: Fix description WAL writer in glossary X-Git-Tag: REL_15_8~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37c5e5f4d45c66b5b43d976d50fbd04488f2c8ef;p=thirdparty%2Fpostgresql.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 ada723a5227..a93517ae1a9 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -2028,7 +2028,8 @@ WAL writer (process) - A process that writes WAL records + An auxiliary process + that writes WAL records from shared memory to WAL files.