pgsql: Fixed a small bug; please run a regression test
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Anyone using pgsql is invited to run a brief regression test on the pgsql driver (or at least test if your current application works with it). I attempted to fix a small bug which allowed a query to be cut short midway if the database object was already being destructed. After this fix, the driver is supposed to hold off closing the filedescriptor until the query has been started in full. -- Stephen.