Re: Listen / Notify rewrite

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: Listen / Notify rewrite
Дата
Msg-id 4AFC2511.7000204@esilo.com
обсуждение исходный текст
Ответ на Re: Listen / Notify rewrite  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Listen / Notify rewrite
Список pgsql-hackers
> 
> What advantage is there in limiting it to a tiny size?  This is a
> 'payload' after all...an arbitrary data block. Looking at the patch I
> noticed the payload structure (AsyncQueueEntry) is fixed length and
> designed to lay into QUEUE_PAGESIZE (set to) BLCKSZ sized pages.
> 

Hmmmm.  Looks like the limitation comes from slru.  The true payload 
limit is (8K - struct members) the way this is implemented.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: NULL-handling in aggregate(DISTINCT ...)
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: plperl and inline functions -- first draft