pgsql: EINTR return from connect() should be treated exactly the same as

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: EINTR return from connect() should be treated exactly the same as
Date: 2005-08-11 22:53:41
Message-ID: 20050811225341.CFAEE529F5@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-11 23:05:15 pgsql: Fix BSD fseeko to seek from the end of the file.
Previous Message James William Pye 2005-08-11 22:16:21 python - pq: Refine extended protocol transactions.