Re: notification payloads

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: notification payloads
Дата
Msg-id 4608FD1D.2050008@dunslane.net
обсуждение исходный текст
Ответ на Re: notification payloads  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers

Hannu Krosing wrote:
> I find the feature very useful, and have even done some preliminary
> design work for shared memory implementation, where each listener is
> required to copy data to its own privat memory ASAP and notifier waits
> in case there is not enough room in shared memory buffer.
>
> Alas, I have lost my design 3 a4 pages of design notes for organising
> things in fixed-size buffer, but the basic operation data-wise sould be
> as in attached sql file.
>
>
>   

[snip]


This looks somewhat like what I originally had in mind, but discussion 
led to something much simpler. The only thing we need to share is the 
queue. Everything else can be done in the individual backends.

cheers

andrew


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: notification payloads
Следующее
От: alfranio correia junior
Дата:
Сообщение: Re: Re: [PATCHES] As proposed the complete changes to pg_trigger and pg_rewrite