Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a11a49

Browse files
committed
Fix cut-and-paste-o in TCP keepalives documentation.
1 parent fe9f96b commit 2a11a49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.14 2005/09/12 22:39:30 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15 2005/09/12 23:09:05 tgl Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Run-time Configuration</title>
@@ -489,8 +489,9 @@ SET ENABLE_SEQSCAN TO OFF;
489489
<para>
490490
On systems that support the TCP_KEEPCNT socket option, specifies how
491491
many keepalives may be lost before the connection is considered dead.
492-
A value of 0 uses the system default. If TCP_KEEPINTVL is not
493-
supported, this parameter must be 0.
492+
A value of 0 uses the system default. If TCP_KEEPCNT is not
493+
supported, this parameter must be 0. This option is ignored
494+
for connections made via a Unix-domain socket.
494495
</para>
495496
</listitem>
496497
</varlistentry>

0 commit comments

Comments
 (0)