Re: Shared memory and processes - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Shared memory and processes
Date
Msg-id CAB7nPqRtcDp4Q-TcE4NzhHCSERjVxLc4RvR1ns9NXgf7TjKg7w@mail.gmail.com
Whole thread Raw
In response to Re: Shared memory and processes  (<david@andl.org>)
List pgsql-hackers
On Thu, Apr 28, 2016 at 12:24 PM,  <david@andl.org> wrote:
>> From: Michael Paquier [mailto:michael.paquier@gmail.com]
>> Another thing that you may want to look at is DSM (dynamic shared memory),
>> with its interface in dsm.h. An example of use is in src/test/modules/test_shm_mq.
>
> Yes, that is useful. I'm curious why the documentation (F.41) was removed between 9.4 and 9.5 -- is there a problem?

No, some of the contrib/ modules have been moved in the code tree and
are now considered as only test modules, which do not get installed by
default. As a result, their documentation has been removed.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW
Next
From: Michael Paquier
Date:
Subject: Re: Re: [COMMITTERS] Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co