Re: Inlining functions with "expensive" parameters

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Inlining functions with "expensive" parameters
Дата
Msg-id 20171121164416.m7wwvvg3g5demef4@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Inlining functions with "expensive" parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2017-11-21 10:16:58 -0500, Tom Lane wrote:
> I'm also wondering about folding CaseTestExpr and CoerceToDomainValue
> into the same mechanism.  It's not very hard to see those cases as
> being the same as a function-based lambda.

Yea, that'd be good. The current mechanisms is uh, historically grown.

- Andres


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Inlining functions with "expensive" parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Does XMLSERIALIZE output xmlattributes in a stable order?