Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism
Дата
Msg-id CAM3SWZQfnDo+R70k-aLkLQsk3LKSzz_LgSCiMFYEyHbyo9CJKA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism  (Andres Freund <andres@anarazel.de>)
Ответы Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Aug 17, 2016 at 5:20 PM, Andres Freund <andres@anarazel.de> wrote:
> libc isn't compiled with -fno-omit-frame-pointer (and even if, it uses
> assembly without setup of the frame pointer), so frame pointer based
> call graphs are wrong through libc.  The attributions are based on
> random stuff in the frame pointer at that point.  You either need to use
> dwarf or lbr to get accurate ones.

Is it worth doing that here, and redoing the test, so that the glibc
attributions are correct?

-- 
Peter Geoghegan



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

Предыдущее
От: Ryan Murphy
Дата:
Сообщение: Re: Patch: initdb: "'" for QUOTE_PATH (non-windows)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism