Re: dropdb/contrib-regression - Mailing list pgsql-hackers

From Tom Lane
Subject Re: dropdb/contrib-regression
Date
Msg-id 9258.1102995851@sss.pgh.pa.us
Whole thread Raw
In response to Re: dropdb/contrib-regression  (Neil Conway <neilc@samurai.com>)
Responses Re: dropdb/contrib-regression
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> On Mon, 2004-12-13 at 19:29 -0500, Tom Lane wrote:
>> A more radical solution would be to tweak libpq's PQfinish() to be a
>> synchronous close,

> I can see this being useful in some situations, but I think the current
> behavior is preferable for most clients. Perhaps we could make this a
> per-connection option, or supply a variant of PQfinish() ?

If it's optional, then to make it useful for the problem at hand, we'd
have to expose the option clear up to the psql command line, which seems
like a lotta work.

At the moment I think a "sleep" in the contrib makefile is sufficient
(though note I intended to apply it only to installcheck not the other
actions ;-))
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: dropdb/contrib-regression
Next
From: "Andrew Dunstan"
Date:
Subject: Re: dropdb/contrib-regression