Skip to content
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_store_plans not compatible with PostgreSQL 15.1 #27

Open
epolkerman opened this issue Nov 23, 2022 · 1 comment
Open

pg_store_plans not compatible with PostgreSQL 15.1 #27

epolkerman opened this issue Nov 23, 2022 · 1 comment

Comments

@epolkerman
Copy link

Installed pg_store_plans version 1.6.1 together with postgresql 15.1.

In postgresql.conf following was added:
shared_preload_libraries = 'pg_store_plans, pg_stat_statements'

When trying to (re)start the postgresql server, it refuses to start:
pg_ctl: could not start server
Examine the log output.

postgres logfile:
pid:1420 xid:0 ip: FATAL: cannot request additional shared memory outside shmem_request_hook
pid:1420 xid:0 ip: LOG: database system is shut down

@rjuju
Copy link
Collaborator

rjuju commented Dec 9, 2022

Hi,

This should have been fixed as of b34f666. Can you try to compile current HEAD?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants