Re: [HACKERS] Finding a flow when query is fired in postgresql

2011-04-03 Thread Robert Haas
On Sat, Apr 2, 2011 at 5:41 AM, bschaudhari972 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 impo

[HACKERS] Finding a flow when query is fired in postgresql

2011-04-02 Thread bschaudhari972
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 n