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

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: Expression Evaluator used for creating the plan tree / stmt ?
Дата
Msg-id BANLkTintWw9nNTkGhxBp4Y-KiBDZY6gFaw@mail.gmail.com
обсуждение исходный текст
Ответ на Expression Evaluator used for creating the plan tree / stmt ?  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Ответы Re: Expression Evaluator used for creating the plan tree / stmt ?
Список pgsql-hackers


On Wed, May 25, 2011 at 3:22 PM, Vaibhav Kaushal <vaibhavkaushal123@gmail.com> wrote:
I see that the target list to be scanned is handled by "ExecTargetList" function. 

I am not so sure about this because this function is not listed in the list of functions which GDB shows me (./configure --enable-debug && make clean && make && make install). Rest everything else (almost / perhaps) is shown! (Can anyone tell why? :( )


You would need to turn optimization off by passing "-O0" flag to the compiler. Otherwise static functions may get optimized and you may not see them in gdb stack.

CFLAGS="-O0" ./configure --enable-debug

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

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

Предыдущее
От: Vaibhav Kaushal
Дата:
Сообщение: Expression Evaluator used for creating the plan tree / stmt ?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: use less space in xl_xact_commit patch