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

From Nathan Bossart
Subject Re: First draft of PG 17 release notes
Date
Msg-id Ztcuwbs0FGCPOEu9@nathan
Whole thread Raw
In response to Re: First draft of PG 17 release notes  (Bruce Momjian <bruce@momjian.us>)
Responses Re: First draft of PG 17 release notes
Re: First draft of PG 17 release notes
List pgsql-hackers
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

-- 
nathan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Partitioned tables and [un]loggedness
Next
From: Maciek Sakrejda
Date:
Subject: Re: [PATCH] Add roman support for to_number function