From d872e1b4730b793c9d72c80b65feb988269104e2 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 14 Jun 2024 09:28:11 +0900 Subject: [PATCH] doc: Fix description WAL summarizer in glossary The WAL summarizer is an auxiliary process. Oversight in 7b1dbf0a8d1d. Author: Masahiro Ikeda Discussion: https://postgr.es/m/d3a5a4278fd8d9e7a47c6aa4db9e9a39@oss.nttdata.com --- 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 487af1fed88..405fe6dc8b9 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. -- 2.39.5