extension allocating shared memory

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема extension allocating shared memory
Дата
Msg-id 4F8D7DC90200002500047072@gw.wicourts.gov
обсуждение исходный текст
Ответы Re: extension allocating shared memory  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
What is the best way for an extension to allocate shared memory and to
access it from every backend?  Or, if there is no support existing for
that, what advice do people have if I want to make that happen?  I don't
need a lot (probably 1KB would do).
If this just "can't be done" I guess I could start a little daemon to
run alongside PostgreSQL and talk to it through a pipe or TCP on
localhost, but it seems cleaner to have it run within PostgreSQL if
feasible.
-Kevin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: [BUG] Checkpointer on hot standby runs without looking checkpoint_segments
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.