Debugging methods

From: M2Y <mailtoyahoo(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Debugging methods
Date: 2008-09-04 13:22:41
Message-ID: 74b94b9f-a678-4052-bc87-eca43dc437d5@k36g2000pri.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2008-09-04 13:29:45 Re: [PATCH] Cleanup of GUC units code
Previous Message Alvaro Herrera 2008-09-04 13:19:56 Re: [PATCH] Cleanup of GUC units code