Re: Support to define custom wait events for extensions - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Support to define custom wait events for extensions
Date
Msg-id 20230809144151.ohrvk6yzg3rvo6kf@awork3.anarazel.de
Whole thread Raw
In response to Re: Support to define custom wait events for extensions  (Masahiro Ikeda <ikedamsh@oss.nttdata.com>)
List pgsql-hackers
Hi,

On 2023-08-09 20:10:42 +0900, Masahiro Ikeda wrote:
> * Is there any way to not force extensions that don't use shared
>   memory for their use like dblink to acquire AddinShmemInitLock?;

I think the caller shouldn't need to do deal with AddinShmemInitLock at all.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Report planning memory in EXPLAIN ANALYZE
Next
From: Ashutosh Bapat
Date:
Subject: Re: [BackendXidGetPid] only access allProcs when xid matches