-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pg_stat_statements and preloading extensions #189
Comments
maybe we could add pg_stat_statements to GUC |
after reflexion, we are always preloading all plugin shared lib, pg core just doesn't know it. so we just have to tell it by setting edit/ but PG_init constructor is not called at that time, and some extensions don't want to be pg_init that early |
should close #189 and have no impact on other extensions
libraries will be processed whatever mode we start https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=6c31ac091f31171601ee00972e131d8683e7b828 |
pg_stat_statements Is currently built but we don't yet have a way to preload it. There are a few extensions that needed this facility and this is a very popular one.
https://www.postgresql.org/docs/current/pgstatstatements.html
The text was updated successfully, but these errors were encountered: