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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the Windows tcp keepalive support depend on the existance of
Date: 2010-07-08 16:19:51
Message-ID: 20100708161951.06A677541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-07-08 16:20:17 Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and
Previous Message Tom Lane 2010-07-08 16:08:30 pgsql: Update obsolete comment.