Re: First draft of PG 19 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First draft of PG 19 release notes
Date: 2026-04-15 16:57:21
Message-ID: ad_DcdMpMOxb1MGK@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)momjian(dot)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(dot)bapat(dot)oss(at)gmail(dot)com>

> 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.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message SATYANARAYANA NARLAPURAM 2026-04-15 17:00:02 Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
Previous Message Heikki Linnakangas 2026-04-15 16:51:35 Re: [PATCH] postmaster: fix stale PM_STARTUP comment