Re: Nearing final release? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Nearing final release?
Date
Msg-id 9103.1098033556@sss.pgh.pa.us
Whole thread Raw
In response to Re: Nearing final release?  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> I think the cleanest solution is probably to add a
>> state flag indicating whether ParseComplete should generate a PGresult
>> or not.

> Adding a flag is going to be enough for synchronous queries. But it
> seems like it has no chance of working for asynchronous queries. It
> would have to keep track of what all the pending requests are and the
> expected results.

Say what?  Neither libpq nor the backend support multiple queries
in-flight at the same time.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: spinlocks: generalizing "non-locking test"
Next
From: Tom Lane
Date:
Subject: Re: additional GCC warnings