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 (view raw or flat) |
| 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
pgsql-committers by date
| Next: | From: Magnus Hagander | Date: 2010-07-08 16:20:17 |
| Subject: Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and |
| Previous: | From: Tom Lane | Date: 2010-07-08 16:08:30 |
| Subject: pgsql: Update obsolete comment. |