On Wed, Jul 22, 2026 at 7:18 AM Michael Paquier <[email protected]> wrote: > > On Tue, Jul 21, 2026 at 09:04:15PM +0200, Laurenz Albe wrote: > > You are right. Here is patch v3 with a completed list; I hope I didn't > > forget anything. > > I am counting 23 entries. I don't see anything forgotten on top of my > mind,
+1 Also a couple of minor comments: + <literal>archiver</literal>: The WAL archiver, active when + <xref linkend="guc-archive-mode"/> is <literal>on</literal>. The archiver is also active when archive_mode = always. So isn't it better to say "active when archive_mode is enabled" (as in the Glossary), or "when archive_mode is on or always"? + <literal>logical replication launcher</literal>: The background + process that launches logical replication worker processes for + subscriptions. + </para> + </listitem> + <listitem> + <para> + <literal>logical replication apply worker</literal>: A background + process that applies data modifications on a logical subscriber. If these entries are meant to be in alphabetical order, shouldn't "logical replication apply worker" come before "logical replication launcher"? Regards, -- Fujii Masao
