Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a11a49

Browse files
committed
Fix cut-and-paste-o in TCP keepalives documentation.
1 parentfe9f96b commit2a11a49

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/1222:39:30 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15 2005/09/1223: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)

[8]ページ先頭

©2009-2025 Movatter.jp