Re: Finding a flow when query is fired in postgresql

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: bschaudhari972 <bschaudhari972(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Finding a flow when query is fired in postgresql
Date: 2011-04-04 03:26:22
Message-ID: BANLkTim447KY7Unu0Jj8QkX9V6mmV70DoQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Apr 2, 2011 at 5:41 AM, bschaudhari972 <bschaudhari972(at)gmail(dot)com> wrote:
> i edited postgreql file so that i can check the flow of .c files invoked when
> we fire a query but only what i am getting is just parse trees ,rewritten
> trees and plan but no names of .c files invoked...
> plz help me asap ...its very important for me. what additional changes are
> required to see the names of .c files when query is fired......

I don't think you can do that just by changing settings. You could
attach a debugger...

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-04-04 03:33:56 Re: cast from integer to money
Previous Message Robert Haas 2011-04-04 03:23:48 Re: cast from integer to money