Re: Concurrent psql patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: Concurrent psql patch
Date
Msg-id 20363.1180037786@sss.pgh.pa.us
Whole thread Raw
In response to Re: Concurrent psql patch  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Concurrent psql patch  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> If there's more needed here, let's see an official API change,
>> not a hack.

> Well, I guess the obvious API would be something like:
>     PGAsyncStatusType PQasyncStatus(const PGconn *conn);

That would mean exposing PGAsyncStatusType, which doesn't seem like an
amazingly good idea either.  What is it that the patch actually wants
to do?

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Concurrent psql patch
Next
From: Andrew Dunstan
Date:
Subject: Re: Concurrent psql patch