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