Re: BUG #18003: FATAL: cannot request additional shared memory outside shmem_request_hook - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18003: FATAL: cannot request additional shared memory outside shmem_request_hook
Date
Msg-id 1053466.1687902297@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #18003: FATAL: cannot request additional shared memory outside shmem_request_hook  (Andres Freund <andres@anarazel.de>)
Responses Re: BUG #18003: FATAL: cannot request additional shared memory outside shmem_request_hook  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> That's not going to help you / the reporter, but to make issues like this
> easier to debug in the future, I think we should
> a) install an error context in load_libraries() printing the GUC name and
> b) install an error context in internal_load_library() printing the name of
>    the shared library name

+1.  I'm not sure this specific issue justifies it, but it seems like that
might make it easier to diagnose other shared-library-load-time issues
as well.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #18003: FATAL: cannot request additional shared memory outside shmem_request_hook
Next
From: Michael Paquier
Date:
Subject: Re: BUG #18000: Access method used by matview can be dropped leaving broken matview