Re: Asynchronous prepare
Rainer Weikusat <[email protected]> Thu, 02 Dec 2010 20:46:17 +0100
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
greg-738XdyZ4GzZWk0Htik3J/[email protected] ("Greg Sabino Mullane") writes: >> Exactly in the same way as the existing code supporting asynchronous >> queries. The benefit is that programs which use the driver in this way >> are not blocked in a PQprepare call before the query they are trying >> to execute is initiated asynchronously. > > Okay, so it's implementing PQsendPrepare in a transparent way. Sounds > good to me, patches eagerly awaited. :) Update: I've gotten an OK from my boss to publish this today. But I don't believe I will get around to actually doing anything in this respect before Sunday.