Re: Testing with concurrent sessions - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Testing with concurrent sessions
Date
Msg-id 603c8f071001070857p5a92310ak105e00a1922c525f@mail.gmail.com
Whole thread Raw
In response to Re: Testing with concurrent sessions  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Thu, Jan 7, 2010 at 11:46 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
> Using DBI/DBD::Pg would raise another issue - what version of libpq would it
> be using? Not the one in the build being tested, that's for sure. If you
> really want to use Perl then either a Pure Perl DBI driver (which Greg has
> talked about) or a thin veneer over libpq such as we used to have in contrib
> seems a safer way to go.

I completely agree.  As between those two options, count me as +1 for
the thin veneer.

...Robert


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Streaming replication and postmaster signaling
Next
From: Tom Lane
Date:
Subject: Re: Patch: Allow substring/replace() to get/set bit values