pgsql: EINTR return from connect() should be treated exactly the same as - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: EINTR return from connect() should be treated exactly the same as
Date
Msg-id 20050811225341.CFAEE529F5@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Refine extended protocol transactions.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix BSD fseeko to seek from the end of the file.