Debugging methods - Mailing list pgsql-hackers

From M2Y
Subject Debugging methods
Date
Msg-id 74b94b9f-a678-4052-bc87-eca43dc437d5@k36g2000pri.googlegroups.com
Whole thread Raw
Responses Re: Debugging methods  (Markus Wanner <markus@bluegap.ch>)
Re: Debugging methods  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello,

I am a beginner to Postgres and I am going through code. I would like
to know the debugging methods used in development.

Some of my requirements are; for a given query, how parse structures
are created in pg_parse_query, how they are analyzed and rewritten in
pg_analyze_and_rewrite and how the final plan is created in
pg_plan_queries. I will go through code but I would like to know any
debugging methods available to understand what happens for a given
query.

I have searched in the net and I am unable to find them. Sorry if it
is available somewhere and I am asking again.

Thanks,
Srinivas


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: Conflict resolution in Multimaster replication(Postgres-R)
Next
From: Markus Wanner
Date:
Subject: Re: Debugging methods