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

From Tom Lane
Subject Re: Expression Evaluator used for creating the plan tree / stmt ?
Date
Msg-id 2775.1306468101@sss.pgh.pa.us
Whole thread Raw
In response to Re: Expression Evaluator used for creating the plan tree / stmt ?  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Responses Re: Expression Evaluator used for creating the plan tree / stmt ?  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
List pgsql-hackers
Vaibhav Kaushal <vaibhavkaushal123@gmail.com> writes:
> Why do these lines:
> ...
> repeat twice?

Hm, you're new to using gdb, no?  That's pretty normal: gdb is just
reflecting back the fact that the compiler rearranges individual
instructions as it sees fit.  You could eliminate most, though perhaps
not all, of that noise if you built the program-under-test (ie postgres)
at -O0.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Pre-alloc ListCell's optimization
Next
From: Stephen Frost
Date:
Subject: Re: Pre-alloc ListCell's optimization