postgresql/src/interfaces
Tom Lane 83a7637e2c Reset conn->errorReported when PQrequestCancel sets errorMessage.
Oversight in commit 618c16707.  This is mainly neatnik-ism, since
if PQrequestCancel is used per its API contract, we should perform
pqClearConnErrorState before reaching any place that would consult
errorReported.  But still, it seems like a bad idea to potentially
leave errorReported pointing past errorMessage.len.
2022-02-20 15:02:41 -05:00
..
ecpg Reject trailing junk after numeric literals 2022-02-16 10:37:31 +01:00
libpq Reset conn->errorReported when PQrequestCancel sets errorMessage. 2022-02-20 15:02:41 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00