Re: debuging postgres - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: debuging postgres
Date
Msg-id 412A966D.8040200@familyhealth.com.au
Whole thread Raw
In response to debuging postgres  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: debuging postgres  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers
> in order to debug "step by step" the postmaster,
> just to understand better the code, is it enough
> to compile it after having exported:
> 
> CFLAGS='-O0 -g' ?
> 
> do you have any hint and/or tips ?
> 
> BTW what do you use for this task ?

./configure --enable-debug

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: missing data/global
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling as