Re: pg_stat_replication docs incomplete for logical replication - Mailing list pgsql-hackers

From Peter Smith
Subject Re: pg_stat_replication docs incomplete for logical replication
Date
Msg-id CAHut+PtTsw2M_R=vX3oykMuQ-akPmDtMpvCdBXnYVQqiV-++2w@mail.gmail.com
Whole thread
In response to Re: pg_stat_replication docs incomplete for logical replication  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Responses Re: pg_stat_replication docs incomplete for logical replication
List 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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: use of SPI by postgresImportForeignStatistics
Next
From: Fujii Masao
Date:
Subject: Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').