Re: Debugging methods - Mailing list pgsql-hackers

From Markus Wanner
Subject Re: Debugging methods
Date
Msg-id 48BFE685.9090501@bluegap.ch
Whole thread Raw
In response to Debugging methods  (M2Y <mailtoyahoo@gmail.com>)
List pgsql-hackers
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. Then run the postmaster with '-A1 -d5'

Regards

Markus Wanner

[1]: http://wiki.postgresql.org/wiki/Developer_FAQ


pgsql-hackers by date:

Previous
From: M2Y
Date:
Subject: Debugging methods
Next
From: Steve Atkins
Date:
Subject: Re: [PATCH] Cleanup of GUC units code