summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-09-13 16:16:55 -0400
committerBruce Momjian <bruce@momjian.us>2024-09-13 16:17:42 -0400
commit26cea9fb8232d0ec8b4d637e2aa9558c9c6fb4da (patch)
tree7b1d832afb197cb0e240957e6492d80896265e53
parent418c6a2c72d22dd3810d08cd06af6126b8bbd4b1 (diff)
doc PG 17 relnotes: add dynamic shared memory registry item
Reported-by: Nathan Bossart Discussion: https://postgr.es/m/Ztcuwbs0FGCPOEu9@nathan Backpatch-through: 17 only
-rw-r--r--doc/src/sgml/release-17.sgml17
1 files changed, 17 insertions, 0 deletions
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
@@ -3012,6 +3012,23 @@ Author: Michael Paquier <michael@paquier.xyz>
</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">&sect;</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
-->