pg_store_plans icon indicating copy to clipboard operation
pg_store_plans copied to clipboard

pg_store_plans not compatible with PostgreSQL 15.1

Open epolkerman opened this issue 2 years ago • 1 comments

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

epolkerman avatar Nov 23 '22 16:11 epolkerman

Hi,

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

rjuju avatar Dec 09 '22 16:12 rjuju