pgsql: Make the Windows tcp keepalive support depend on the existance of - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make the Windows tcp keepalive support depend on the existance of
Date
Msg-id 20100708161951.06A677541D4@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make the Windows tcp keepalive support depend on the existance of  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and
Next
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and