From: | rhaas(at)postgresql(dot)org (Robert Haas) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Support setting the keepalive idle time on MacOS X. |
Date: | 2010-07-06 21:14:25 |
Message-ID: | 20100706211425.70D1C7541D4@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Support setting the keepalive idle time on MacOS X.
MacOS X uses TCP_KEEPALIVE rather than TCP_KEEPIDLE for this purpose.
Thanks to Fujii Masao for the review.
Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.291 -> r1.292)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.291&r2=1.292)
libpq.sgml (r1.311 -> r1.312)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.311&r2=1.312)
pgsql/src/backend/libpq:
pqcomm.c (r1.209 -> r1.210)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c?r1=1.209&r2=1.210)
pgsql/src/interfaces/libpq:
fe-connect.c (r1.395 -> r1.396)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.395&r2=1.396)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2010-07-06 21:34:03 | Re: pgsql: Mention why one C file fails pgindent. |
Previous Message | Tom Lane | 2010-07-06 21:09:00 | pgsql: Undo pgindent breakage (again). |