From 37c5e5f4d45c66b5b43d976d50fbd04488f2c8ef Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 14 Jun 2024 09:26:39 +0900 Subject: [PATCH] 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 --- doc/src/sgml/glossary.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.