Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: - Mailing list pgsql-hackers

From Tom Lane
Subject Re:
Date
Msg-id [email protected]
Whole thread Raw
In response to  (Rajashree Mandaogane <[email protected]>)
Responses Re:
List pgsql-hackers
Rajashree Mandaogane <[email protected]> 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