From: | mha(at)postgresql(dot)org (Magnus Hagander) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add support for TCP keepalives on Windows, both for backend and |
Date: | 2010-07-08 10:20:14 |
Message-ID: | 20100708102014.A97167541D4@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
Add support for TCP keepalives on Windows, both for backend and the new
libpq support.
Modified Files:
--------------
pgsql/src/backend/libpq:
pqcomm.c (r1.210 -> r1.211)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c?r1=1.210&r2=1.211)
pgsql/src/interfaces/libpq:
fe-connect.c (r1.396 -> r1.397)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.396&r2=1.397)
pgsql/doc/src/sgml:
config.sgml (r1.293 -> r1.294)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.293&r2=1.294)
libpq.sgml (r1.312 -> r1.313)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.312&r2=1.313)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-07-08 15:04:15 | Re: pgsql: Add support for TCP keepalives on Windows, both for backend and |
Previous Message | Cédric Villemain | 2010-07-08 00:32:12 | Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes. |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2010-07-08 10:27:32 | Re: Keepalives win32 |
Previous Message | Robert Haas | 2010-07-08 10:08:15 | Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock |