Re: Debugging methods

From: Markus Wanner <markus(at)bluegap(dot)ch>
To: M2Y <mailtoyahoo(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Debugging methods
Date: 2008-09-04 13:45:41
Message-ID: 48BFE685.9090501@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Atkins 2008-09-04 14:01:18 Re: [PATCH] Cleanup of GUC units code
Previous Message Markus Wanner 2008-09-04 13:30:21 Re: Conflict resolution in Multimaster replication(Postgres-R)