Re: - Mailing list pgsql-hackers

From Tom Lane
Subject Re:
Date
Msg-id 15694.1395335537@sss.pgh.pa.us
Whole thread Raw
In response to  (Rajashree Mandaogane <rajashree.28m@gmail.com>)
Responses Re:  (Craig Ringer <craig@2ndquadrant.com>)
List 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 by date:

Previous
From: Rajashree Mandaogane
Date:
Subject:
Next
From: Peter Geoghegan
Date:
Subject: Re: jsonb and nested hstore