Closed artemgavrilov closed 4 months ago
PG 17 introduces Dynamic Shared Memory registry that allows to use shared memory without configuring shared_preload_libraries (i.e. enable extension without PG restart). We should support this feature.
shared_preload_libraries
https://github.com/postgres/postgres/commit/8b2bcf3f https://commitfest.postgresql.org/46/4684/
No response
Related to https://github.com/percona/pg_stat_monitor/issues/454
Will be tracked here - https://perconadev.atlassian.net/browse/PG-811
Description
PG 17 introduces Dynamic Shared Memory registry that allows to use shared memory without configuring
shared_preload_libraries
(i.e. enable extension without PG restart). We should support this feature.https://github.com/postgres/postgres/commit/8b2bcf3f https://commitfest.postgresql.org/46/4684/
Suggested solution
No response
Additional context
Related to https://github.com/percona/pg_stat_monitor/issues/454
Code of Conduct