]> granicus.if.org Git - postgresql/commit
pqWait() should check for exception status as well as read or write
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 31 Mar 2001 23:13:30 +0000 (23:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 31 Mar 2001 23:13:30 +0000 (23:13 +0000)
commitfc0d3f14478acf3d7b7d93feaf6ba788951928f1
tree5144861ac60d1ebf2395d66d34cbe35c9c73d07e
parent8484f66923813d231a59f334d637819b9b6edd13
pqWait() should check for exception status as well as read or write
ready.  It appears that most (all?) Unixen will consider a socket to
be read or write ready if it has an error condition, but of course
Microsoft does things differently.
src/interfaces/libpq/fe-misc.c