typo on libpq.sgml

From: Shigehiro Honda <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp>
To: pgsql-docs(at)postgresql(dot)org
Subject: typo on libpq.sgml
Date: 2011-09-09 13:34:25
Message-ID: 20110909.223425.71557770.fwif0083@mb.infoweb.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

I noticed a typo in libpq.sgml. In the folowing partagrasoh, 'TCP_KEEPINTVL'
should be 'TCP_KEEPCNT'. (In libpq's setKeepalivesCount(), '#ifdef TCP_KEEPCNT' is used.)

<varlistentry id="libpq-keepalives-count" xreflabel="keepalives_count">
<term><literal>keepalives_count</literal></term>
<listitem>
<para>
Controls the number of TCP keepalives that can be lost before the
client's connection to the server is considered dead. A value of
zero uses the system default. This parameter is ignored for
connections made via a Unix-domain socket, or if keepalives are disabled.
It is only supported on systems where the <symbol>TCP_KEEPINTVL</>
socket option is available; on other systems, it has no effect.
</para>
</listitem>
</varlistentry>

regards,
--
Shigehiro Honda

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2011-09-09 23:48:22 Re: createuser/dropuser username
Previous Message Tom Lane 2011-09-08 18:37:44 Re: createuser/dropuser username