Re: Expression Evaluator used for creating the plan tree / stmt ? - Mailing list pgsql-hackers

From Vaibhav Kaushal
Subject Re: Expression Evaluator used for creating the plan tree / stmt ?
Date
Msg-id BANLkTinUbmr_nigC06yt_L3NCF7O6QkwRw@mail.gmail.com
Whole thread Raw
In response to Re: Expression Evaluator used for creating the plan tree / stmt ?  (Pavan Deolasee <pavan.deolasee@gmail.com>)
List pgsql-hackers
<p>@pavan - thanks a lot. Will try it when i go to desktop the next time.<p>--<br /> Sent from my Android<div
class="gmail_quote">On25 May 2011 15:33, "Pavan Deolasee" <<a
href="mailto:pavan.deolasee@gmail.com">pavan.deolasee@gmail.com</a>>wrote:<br type="attribution" />> On Wed, May
25,2011 at 3:22 PM, Vaibhav Kaushal <<br /> > <a
href="mailto:vaibhavkaushal123@gmail.com">vaibhavkaushal123@gmail.com</a>>wrote:<br />> <br />>> I see that
thetarget list to be scanned is handled by "ExecTargetList"<br />>> function.<br /> >><br />>> I am
notso sure about this because this function is not listed in the list<br />>> of functions which GDB shows me
(./configure--enable-debug && make clean &&<br />>> make && make install). Rest
everythingelse (almost / perhaps) is shown!<br /> >> (Can anyone tell why? :( )<br />>><br />>><br
/>>You would need to turn optimization off by passing "-O0" flag to the<br />> compiler. Otherwise static
functionsmay get optimized and you may not see<br /> > them in gdb stack.<br />> <br />> CFLAGS="-O0"
./configure--enable-debug<br />> <br />> Thanks,<br />> Pavan<br />> <br />> -- <br />> Pavan
Deolasee<br/>> EnterpriseDB <a href="http://www.enterprisedb.com">http://www.enterprisedb.com</a><br /></div> 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [ADMIN] pg_class reltuples/relpages not updated by autovacuum/vacuum
Next
From: Ibrar Ahmed
Date:
Subject: Re: "errno" not set in case of "libm" functions (HPUX)