Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rajashree Mandaogane <rajashree(dot)28m(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re:
Date: 2014-03-20 17:12:17
Message-ID: 15694.1395335537@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rajashree Mandaogane <rajashree(dot)28m(at)gmail(dot)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

In response to

  • at 2014-03-20 17:03:14 from Rajashree Mandaogane

Responses

  • Re: at 2014-03-21 01:56:15 from Craig Ringer

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-03-20 17:49:48 Re: jsonb and nested hstore
Previous Message Rajashree Mandaogane 2014-03-20 17:03:14