BUG #17991: FATAL: cannot request additional shared memory outside shmem_request_hook

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: eng(dot)khaledghazy(at)gmail(dot)com
Subject: BUG #17991: FATAL: cannot request additional shared memory outside shmem_request_hook
Date: 2023-06-22 23:17:39
Message-ID: 17991-4724ba29dde30e51@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17991
Logged by: khaled ghazy
Email address: eng(dot)khaledghazy(at)gmail(dot)com
PostgreSQL version: 15.3
Operating system: Red Hat Enterprise Linux 8
Description:

after install any extension then add it in postgresql.con file in parameter
shared_preload_libraries
then restart service ,this error happen
--
-- Unit postgresql-15.service has begun starting up.
Jun 23 01:49:32 PostgresqlDB01 postmaster[61449]: 2023-06-23 01:49:32.822
EEST [61449] LOG: pgaudit extension initialized
Jun 23 01:49:32 PostgresqlDB01 postmaster[61449]: 2023-06-23 01:49:32.824
EEST [61449] FATAL: cannot request additional shared memory outside
shmem_request_hook
Jun 23 01:49:32 PostgresqlDB01 postmaster[61449]: 2023-06-23 01:49:32.824
EEST [61449] LOG: database system is shut down
Jun 23 01:49:32 PostgresqlDB01 systemd[1]: postgresql-15.service: Main
process exited, code=exited, status=1/FAILURE
Jun 23 01:49:32 PostgresqlDB01 systemd[1]: postgresql-15.service: Failed
with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://access.redhat.com/support
--

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2023-06-23 08:27:06 BUG #17992: Followed instructions to setup Postgresql but systemctl restart postgresql-15.service
Previous Message PG Bug reporting form 2023-06-22 20:41:41 BUG #17990: PSQL Process hangs in parallel mode