Re: help in allocating shared module within a module

2024-12-23 Thread Matthias van de Meent
On Mon, 23 Dec 2024, 18:32 Luca Ferrari, wrote: > > Hi all, > hope this is the right place to ask for, otherwise please point me in > the right resource. > I'm trying to develop a module that needs shared memory between > background workers. > > The _PG_init calls a function to reserve the shared

help in allocating shared module within a module

2024-12-23 Thread Luca Ferrari
Hi all, hope this is the right place to ask for, otherwise please point me in the right resource. I'm trying to develop a module that needs shared memory between background workers. The _PG_init calls a function to reserve the shared memory, which in turn calls RequestAddinShmemSpace, which seems