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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: EINTR return from connect() should be treated exactly the same as
Дата
Msg-id 20050811225341.CFAEE529F5@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Refine extended protocol transactions.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix BSD fseeko to seek from the end of the file.