From 0716ed5da68ab81aabaa943abba41b755da96733 Mon Sep 17 00:00:00 2001 From: Masahiro Ikeda Date: Wed, 12 Jun 2024 09:56:05 +0900 Subject: [PATCH] doc: Fix description of WAL summarizer and WAL writer Fix the description of the WAL summarizer on the glossary page, as it was incorrect. Additionally, provide more detailed specifications for WAL writer. --- doc/src/sgml/glossary.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index a81c17a869..405fe6dc8b 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -164,6 +164,7 @@ the WAL archiver, the WAL receiver (but not the WAL senders), + the WAL summarizer, and the WAL writer. @@ -2199,7 +2200,7 @@ WAL summarizer (process) - A special backend process + An auxiliary process that summarizes WAL data for incremental backups. @@ -2213,7 +2214,8 @@ WAL writer (process) - A process that writes WAL records + An auxiliary process + that writes WAL records from shared memory to WAL files. -- 2.34.1