From: Michael Paquier Date: Fri, 14 Jun 2024 00:28:11 +0000 (+0900) Subject: doc: Fix description WAL summarizer in glossary X-Git-Tag: REL_17_BETA2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d872e1b4730b793c9d72c80b65feb988269104e2;p=thirdparty%2Fpostgresql.git 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 --- 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.