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

From Ashutosh Bapat
Subject Re: First draft of PG 19 release notes
Date
Msg-id CAExHW5vjpd=mWauQZsTbKX9QqD8yxDUABBGQAT5n+CT+nr8QHw@mail.gmail.com
Whole thread
In response to First draft of PG 19 release notes  (Bruce Momjian <bruce@momjian.us>)
Responses Re: First draft of PG 19 release notes
List pgsql-hackers
Hi Bruce,

On Wed, Apr 15, 2026 at 6:49 AM Bruce Momjian <bruce@momjian.us> wrote:
>
> I have completed the first draft of the PG 19 release notes:
>
>         https://www.postgresql.org/docs/devel/release-19.html
>
> The feature count is 212.  The recent average is 200:

One correction:

Add simplified shared memory registration function
ShmemRequestStruct() (Ashutosh Bapat) §

Heikki Linnakangas is the primary author of this commit.

Also, depending upon the availability of space, here's a suggested version:

--
Add simplified and improved shared memory registration function
ShmemRequestStruct (Heikki Linnakangas, Ashutosh Bapat)

Allows requesting named shared memory structures during and after
server startup. Functions ShmemInitStruct() and ShmemInitHash() remain
for backward compatibility.
--

--
Best Wishes,
Ashutosh Bapat



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Add bms_offset_members() function for bitshifting Bitmapsets
Next
From: Xiaopeng Wang
Date:
Subject: Re: [doc] pg_ctl: fix wrong description for -l