EINTR return from connect() should be treated exactly the same as
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Aug 2005 22:53:41 +0000 (22:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Aug 2005 22:53:41 +0000 (22:53 +0000)
commit8e9c52e427e9a0b0b04f75b552c6d02b14c95520
tree302bc4025005a3e248c57b443929965affe384bc
parentd90c531188196cd4ea6683c7f4395151b42028a2
EINTR return from connect() should be treated exactly the same as
EINPROGRESS, according to Florian Hars.  I'm not completely convinced
but the spec does seem to read that way.
src/interfaces/libpq/fe-connect.c