]> 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:56 +0000 (00:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Sep 2004 00:26:56 +0000 (00:26 +0000)
commitc86cc37f62548d5f88d4657a1094b259a38c471d
tree88b9e31e50fa3a55973d22534f465bc843d42f26
parent14946a80c0fd224326367d33f9fe7e086b447005
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