Re: [HACKERS] Debugging methods

2008-09-04 Thread Tom Lane
M2Y <[EMAIL PROTECTED]> writes: > 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 i

Re: [HACKERS] Debugging methods

2008-09-04 Thread Markus Wanner
Hi, M2Y wrote: I am a beginner to Postgres and I am going through code. I would like to know the debugging methods used in development. Try ./configure with '--enable-debug' and '--enable-cassert', as outlined in the developer's FAQ [1], where you certainly find more information as well. The

[HACKERS] Debugging methods

2008-09-04 Thread M2Y
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