projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418c6a2
)
doc PG 17 relnotes: add dynamic shared memory registry item
author
Bruce Momjian
Fri, 13 Sep 2024 20:16:55 +0000
(16:16 -0400)
committer
Bruce Momjian
Fri, 13 Sep 2024 20:17:42 +0000
(16:17 -0400)
Reported-by: Nathan Bossart
Discussion: https://postgr.es/m/Ztcuwbs0FGCPOEu9@nathan
Backpatch-through: 17 only
doc/src/sgml/release-17.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-17.sgml
b/doc/src/sgml/release-17.sgml
index 8aed30428bd426e63250c619ce8ae13033eee671..36e19bb83290e32da9db31bf438515d8c51847b3 100644
(file)
--- a/
doc/src/sgml/release-17.sgml
+++ b/
doc/src/sgml/release-17.sgml
@@
-3011,6
+3011,23
@@
Author: Michael Paquier
+
+
+
+
+ Add dynamic shared memory registry (Nathan Bossart)
+
§
+
+
+
+ This allows shared libraries which are not initialized at startup
+ to coordinate dynamic shared memory access.
+
+
+