percona / pg_stat_monitor

Query Performance Monitoring Tool for PostgreSQL
https://docs.percona.com/pg-stat-monitor/
Other
466 stars 59 forks source link

Use DSM registry #467

Closed artemgavrilov closed 2 months ago

artemgavrilov commented 3 months ago

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

ImTheKai commented 2 months ago

Will be tracked here - https://perconadev.atlassian.net/browse/PG-811