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

From: Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com>
To: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Expression Evaluator used for creating the plan tree / stmt ?
Date: 2011-05-25 16:36:38
Message-ID: BANLkTinUbmr_nigC06yt_L3NCF7O6QkwRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

@pavan - thanks a lot. Will try it when i go to desktop the next time.

--
Sent from my Android
On 25 May 2011 15:33, "Pavan Deolasee" <pavan(dot)deolasee(at)gmail(dot)com> wrote:
> On Wed, May 25, 2011 at 3:22 PM, Vaibhav Kaushal <
> vaibhavkaushal123(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ibrar Ahmed 2011-05-25 16:37:20 Re: "errno" not set in case of "libm" functions (HPUX)
Previous Message Vaibhav Kaushal 2011-05-25 16:34:08 Re: Expression Evaluator used for creating the plan tree / stmt ?