Re: pg_stat_replication docs incomplete for logical replication

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_stat_replication docs incomplete for logical replication
Date: 2026-06-17 23:22:19
Message-ID: CAHut+PtTsw2M_R=vX3oykMuQ-akPmDtMpvCdBXnYVQqiV-++2w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The latest patch LGTM regarding the content.

But, there were some trivial issues.

======

1.
The patch name did not change. The 2nd patch was still called 0001?

~~~

2.
+ <para>
+ The <structname>pg_stat_replication</structname> view will contain one row
+ per WAL sender process, showing statistics about replication to that
... etc.

Paragraph text is sometimes indented 1 space too many in the SGML file.
AFAIK, text normally is aligned with the "p" of <para>.

======
Kind Regards,
Peter Smith.
Fujitsu Australia

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2026-06-17 23:34:41 Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility
Previous Message Robert Haas 2026-06-17 23:19:05 Re: use of SPI by postgresImportForeignStatistics