Re: DOCS - inactive_since field readability - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: DOCS - inactive_since field readability
Date
Msg-id CAA4eK1+juemQoTVd7xKqegLH0ZUp6qibL5uyV+bS-DxwnfXgnQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
On Fri, Feb 7, 2025 at 12:05 PM Peter Smith <smithpb2250@gmail.com> wrote:
>
>
> I've had a go at rewording this paragraph in the 0002 patch.
>

The change in 0001 looks odd after seeing it in HTML format. We should
either add one empty line between two paragraphs otherwise it doesn't
appear good. Did you see multi-paragraphs in any other column
definitions?

For the 0002 patch, I find the following changes as improvements,
*
      <para>
-        Note that for slots on the standby
to
+        For standby slots

*
On standby, this is useful for slots
-        that are being synced from a primary server (whose
-        <structfield>synced</structfield> field is <literal>true</literal>)
-        so they know when the slot stopped being synchronized.
to
This helps standby slots
+        track when synchronization was interrupted.

Other than that, I find the current wording okay.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Convert macros to static inline functions
Next
From: Shlok Kyal
Date:
Subject: Re: Restrict publishing of partitioned table with a foreign table as partition