pgsql: Make the Windows tcp keepalive support depend on the existance of

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Make the Windows tcp keepalive support depend on the existance of
Дата
Msg-id 20100708161951.06A677541D4@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make the Windows tcp keepalive support depend on the existance of  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Log Message:
-----------
Make the Windows tcp keepalive support depend on the existance of the
SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't
support this API (yet?).

Modified Files:
--------------
    pgsql/src/backend/libpq:
        pqcomm.c (r1.211 -> r1.212)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c?r1=1.211&r2=1.212)
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.397 -> r1.398)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.397&r2=1.398)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and