REL_17_STABLE.diff
text/x-diff
Filename: REL_17_STABLE.diff
Type: text/x-diff
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/release-17.sgml | 17 | 0 |
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 8aed30428bd..36e19bb8329 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -3011,6 +3011,23 @@ Author: Michael Paquier <michael@paquier.xyz>
</para>
</listitem>
+<!--
+Author: Nathan Bossart <nathan@postgresql.org>
+2024-01-19 [8b2bcf3f2] Introduce the dynamic shared memory registry.
+-->
+
+ <listitem>
+ <para>
+ Add dynamic shared memory registry (Nathan Bossart)
+ <ulink url="&commit_baseurl;8b2bcf3f2">§</ulink>
+ </para>
+
+ <para>
+ This allows shared libraries which are not initialized at startup
+ to coordinate dynamic shared memory access.
+ </para>
+ </listitem>
+
<!--
Author: Michael Paquier <michael@paquier.xyz>
2024-04-04 [2a217c371] Coordinate emit_log_hook and all log destinations to sha