Обсуждение: pgsql: EINTR return from connect() should be treated exactly the same as

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)