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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Expression Evaluator used for creating the plan tree / stmt ?
Дата
Msg-id 2775.1306468101@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 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
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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Pre-alloc ListCell's optimization
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Pre-alloc ListCell's optimization