Re: Variable-length FunctionCallInfoData

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Variable-length FunctionCallInfoData
Дата
Msg-id 20180605174612.fzcw6rzjsrilf4sw@alap3.anarazel.de
обсуждение исходный текст
Ответ на RE: Variable-length FunctionCallInfoData  (serge@rielau.com)
Ответы Re: Variable-length FunctionCallInfoData  (Serge Rielau <serge@rielau.com>)
Список pgsql-hackers
Hi,

On 2018-06-05 10:40:22 -0700, serge@rielau.com wrote:
> Big +1 on this one.

Cool.


> Here is what we did. It's very crude, but minimized the amount of pain:

I think I'd rather go for my approach in core though. Needlessly
carrying around a bunch of pointers, and adding the necessary
indirections on accesses, and more allocations don't seem to buy us that
much. Nor do I really like the hackyness...

Greetings,

Andres Freund


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

Предыдущее
От: serge@rielau.com
Дата:
Сообщение: RE: Variable-length FunctionCallInfoData
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Spilling hashed SetOps and aggregates to disk