Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-connect.c (r1.316 -> r1.317)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.316&r2=1.317)
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2005-08-11 23:05:15 |
| Subject: pgsql: Fix BSD fseeko to seek from the end of the file. |
| Previous: | From: James William Pye | Date: 2005-08-11 22:16:21 |
| Subject: python - pq: Refine extended protocol transactions. |