Re: Refactoring simplify_function (was: Caching constant stable expressions)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Refactoring simplify_function (was: Caching constant stable expressions)
Дата
Msg-id 4914.1332544651@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Refactoring simplify_function (was: Caching constant stable expressions)  (Marti Raudsepp <marti@juffo.org>)
Ответы Re: Refactoring simplify_function (was: Caching constant stable expressions)
Список pgsql-hackers
Marti Raudsepp <marti@juffo.org> writes:
> Per Tom's request, I split out this refactoring from my CacheExpr patch.

> Basically I'm just centralizing the eval_const_expressions_mutator()
> call on function arguments, from multiple different places to a single
> location. Without this, it would be a lot harder to implement argument
> caching logic in the CacheExpr patch.

I've applied a slightly-modified version of this after reconciling it
with the protransform fixes.  I assume you are going to submit a rebased
version of the main CacheExpr patch?
        regards, tom lane


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Finer Extension dependencies
Следующее
От: Marti Raudsepp
Дата:
Сообщение: Re: Refactoring simplify_function (was: Caching constant stable expressions)