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

From Bruce Momjian
Subject Re: First draft of PG 17 release notes
Date
Msg-id ZtpgHSGPrQNTZ-mX@momjian.us
Whole thread Raw
In response to Re: First draft of PG 17 release notes  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: First draft of PG 17 release notes
Re: First draft of PG 17 release notes
List pgsql-hackers
On Tue, Sep  3, 2024 at 10:44:01AM -0500, Nathan Bossart wrote:
> While freely acknowledging that I am biased because I wrote it, I am a bit
> surprised to see the DSM registry left out of the release notes (commit
> 8b2bcf3, docs are here [0]).  This feature is intended to allow modules to
> allocate shared memory after startup, i.e., without requiring the module to
> be loaded via shared_preload_libraries.  IMHO that is worth mentioning.
> 
> [0] https://www.postgresql.org/docs/devel/xfunc-c.html#XFUNC-SHARED-ADDIN-AFTER-STARTUP

That seems more infrastructure/extension author stuff which isn't
normally mentioned in the release notes.  I think such people really
need to look at all the commit messages.

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

  Only you can decide what is important to you.



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: First draft of PG 17 release notes
Next
From: Amit Langote
Date:
Subject: Re: pgsql: Add more SQL/JSON constructor functions