]> granicus.if.org Git - postgresql/commit
Support setting the keepalive idle time on MacOS X.
authorRobert Haas <rhaas@postgresql.org>
Tue, 6 Jul 2010 21:14:25 +0000 (21:14 +0000)
committerRobert Haas <rhaas@postgresql.org>
Tue, 6 Jul 2010 21:14:25 +0000 (21:14 +0000)
commit5acd417c8f0f720418560360d9b3e543d593e4f0
treefc0adb50cf0229f721c42a3f05e2a232bb97cc0a
parent3f12653b73f8f2ffdfecfde3272caebdbdd4262f
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.
doc/src/sgml/config.sgml
doc/src/sgml/libpq.sgml
src/backend/libpq/pqcomm.c
src/interfaces/libpq/fe-connect.c