Re: First draft of PG 19 release notes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: First draft of PG 19 release notes
Date
Msg-id ahW1hVEIdCzVdklh@momjian.us
Whole thread
In response to Re: First draft of PG 19 release notes  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: First draft of PG 19 release notes
List pgsql-hackers
On Tue, May 26, 2026 at 01:25:15PM +0800, Chao Li wrote:
> Chong Peng, whom I added to CC, reported this release note issue to me, so I’m just forwarding the message:
> 
> ```
> <listitem>
> <para>
> Add slot synchronization skip information to pg_stat_replication_slots (Shlok Kyal)
> <ulink url="&commit_baseurl;76b78721c">§</ulink>
> <ulink url="&commit_baseurl;e68b6adad">§</ulink>
> <ulink url="&commit_baseurl;5db6a344a">§</ulink>
> </para>
> 
> <para>
> The new columns are slotsync_skip_count, slotsync_last_skip, and slotsync_skip_reason.
> </para>
> </listitem>
> ```
> 
> The feature description is inaccurate: slotsync_skip_count and slotsync_last_skip belong to
pg_stat_replication_slots,while slotsync_skip_reason belongs to pg_replication_slots. Maybe it could be reworded as:
 
> ```
> Add slot synchronization skip information to pg_stat_replication_slots and pg_replication_slots (Shlok Kyal)
> ```

Yes, very good point.  I missed that detail when merging the commit
items.  I fixed it as you suggested, patch attached.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: problems with toast.* reloptions
Next
From: Fujii Masao
Date:
Subject: Re: Deadlock detector fails to activate on a hot standby replica