]> granicus.if.org Git - postgresql/commit
Repair bug that would allow libpq to think a command had succeeded when
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Sep 2004 00:26:28 +0000 (00:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Sep 2004 00:26:28 +0000 (00:26 +0000)
commit09a893117a9fe0ae5e7e5c6a6a5496e9e6826f4c
tree9398c11bf08ce809aec6f2b004a6b39529b1679a
parent26b5d5317bdbe8574abc00acb68613ff7e194e3a
Repair bug that would allow libpq to think a command had succeeded when
it really hadn't, due to double output of previous command's response.
Fix prevents recursive entry to libpq routines.  Found by Jan Wieck.
src/backend/libpq/pqcomm.c
src/backend/tcop/postgres.c
src/include/libpq/libpq.h