Noob Hints on testing and debugging?

From: James Mansion <james(at)mansionfamily(dot)plus(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Noob Hints on testing and debugging?
Date: 2008-03-12 07:21:50
Message-ID: 47D7848E.4040604@mansionfamily.plus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Are there any hints and tips anywhere on practical issues for testing
and debugging changes to a backend?

(eg how to run it up and feed it SQL ideally without running a
postmaster and execing a back end)

I'm using VS2008 on XP by choice, and I'd like to investigate supporting
something closely related to
the Firebird 2.1 trigger on transaction commmit and rollback.

James

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-03-12 07:38:14 Re: Noob Hints on testing and debugging?
Previous Message Tom Lane 2008-03-12 06:59:21 Re: BUG #4027: backslash escaping not disabled in plpgsql