Greg Stark <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])