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 CAExHW5s4ZLZCW3Gmx8yhg-LPqom1Z-=7f5UeqYc6m-p-nBG6Mg@mail.gmail.com
Whole thread
In response to Re: First draft of PG 19 release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Wed, Apr 15, 2026 at 10:27 PM Bruce Momjian <bruce@momjian.us> wrote:
>
> On Wed, Apr 15, 2026 at 07:55:56AM +0530, Ashutosh Bapat wrote:
> > 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)
>
> I have used your text above.  FYI, the commit message only has this for
> author:
>
>         Co-authored-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>

Thanks for accepting the suggestion.

>
> > Allows requesting named shared memory structures during and after
> > server startup. Functions ShmemInitStruct() and ShmemInitHash() remain
> > for backward compatibility.
>
> I didn't add this text because the number of readers interested in this
> change is very small.  Those who are interested can read the commit
> message.

Fair enough.

--
Best Wishes,
Ashutosh Bapat



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Next
From: Chao Li
Date:
Subject: Re: GetCachedPlan() refactor: move execution lock acquisition out