From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Shigehiro Honda <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp> |
Cc: | pgsql-docs(at)postgresql(dot)org |
Subject: | Re: typo on libpq.sgml |
Date: | 2011-10-10 17:13:07 |
Message-ID: | CA+TgmoZ1E27F5kTwYwKZ1hkHAscqHquRm2nTGNFq+kn6cELh=w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Fri, Sep 9, 2011 at 9:34 AM, Shigehiro Honda
<fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp> wrote:
> 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>
Fixed, thanks for the report.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2011-10-10 17:15:36 | Re: Link to PAM pages broken |
Previous Message | Robert Haas | 2011-10-10 17:06:03 | Re: Add pg_resetxlog into the index in the document |