Re:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re:
Дата
Msg-id 15694.1395335537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на  (Rajashree Mandaogane <rajashree.28m@gmail.com>)
Ответы Re:  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
Rajashree Mandaogane <rajashree.28m@gmail.com> writes:
> While debugging any function in PostgreSQL, whenever I use the command
> 'bt', it doesn't give the entire list of functions used. Which command
> should be used instead?

It's probably omitting functions that have been inlined; if so, the "fix"
is to recompile with a lower -O level to prevent inlining.
        regards, tom lane



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

Предыдущее
От: Rajashree Mandaogane
Дата:
Сообщение:
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: jsonb and nested hstore