Re: Finding a flow when query is fired in postgresql - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Finding a flow when query is fired in postgresql
Date
Msg-id BANLkTim447KY7Unu0Jj8QkX9V6mmV70DoQ@mail.gmail.com
Whole thread Raw
In response to Finding a flow when query is fired in postgresql  (bschaudhari972 <bschaudhari972@gmail.com>)
List pgsql-hackers
On Sat, Apr 2, 2011 at 5:41 AM, bschaudhari972 <bschaudhari972@gmail.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


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: cast from integer to money
Next
From: Tom Lane
Date:
Subject: Re: cast from integer to money