Re: Shared memory and processes

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Shared memory and processes
Дата
Msg-id CAB7nPqRtcDp4Q-TcE4NzhHCSERjVxLc4RvR1ns9NXgf7TjKg7w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Shared memory and processes  (<david@andl.org>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Optimization for updating foreign tables in Postgres FDW
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Re: [COMMITTERS] Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co