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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Expression Evaluator used for creating the plan tree / stmt ?
Дата
Msg-id BANLkTinOFoAe-NAz63BOpcPFCPmihBOuQg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Expression Evaluator used for creating the plan tree / stmt ?  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Список pgsql-hackers
On Wed, May 25, 2011 at 12:34 PM, Vaibhav Kaushal
<vaibhavkaushal123@gmail.com> wrote:
> But somehow the execevalvar is being called. When i changed the logic of its
> working to use slot_getattr instead of cute_datum_array for the first run /
> call, everything just worked!

This is what gdb is for... set a breakpoint on that function using "b
ExexEvalVar", and when it hits the breakpoint, use "bt" to see where
the call came from.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: [ADMIN] pg_class reltuples/relpages not updated by autovacuum/vacuum
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [BUGS] BUG #6034: pg_upgrade fails when it should not.