Re: Expression Evaluator used for creating the plan tree / stmt ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Expression Evaluator used for creating the plan tree / stmt ?
Дата
Msg-id 5774.1306335878@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Expression Evaluator used for creating the plan tree / stmt ?  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Expression Evaluator used for creating the plan tree / stmt ?
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Excerpts from Vaibhav Kaushal's message of mié may 25 05:52:32 -0400 2011:
>> If the above is confusing, I just want to ask: "Is expression evaluator,
>> even in part responsible for {PLANNEDSTMT creation?"

> Yeah, as far as I understood Tom's talk, the expr evaluator is used to
> reduce some expressions to constants and such.

The planner would never call it with an expression containing a Var,
though.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Expression Evaluator used for creating the plan tree / stmt ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Pull up aggregate subquery