From: Tom Lane Date: Mon, 12 Sep 2005 23:09:05 +0000 (+0000) Subject: Fix cut-and-paste-o in TCP keepalives documentation. X-Git-Tag: REL8_1_0BETA2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a11a4937e97000755db3aa33f83124b0c57e2db;p=postgresql Fix cut-and-paste-o in TCP keepalives documentation. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a57a307083..dea655b67e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Run-time Configuration @@ -489,8 +489,9 @@ SET ENABLE_SEQSCAN TO OFF; On systems that support the TCP_KEEPCNT socket option, specifies how many keepalives may be lost before the connection is considered dead. - A value of 0 uses the system default. If TCP_KEEPINTVL is not - supported, this parameter must be 0. + A value of 0 uses the system default. If TCP_KEEPCNT is not + supported, this parameter must be 0. This option is ignored + for connections made via a Unix-domain socket.