1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typo in docs for libpq keepalives_count option.

Shigehiro Honda
This commit is contained in:
Robert Haas
2011-10-10 13:10:47 -04:00
parent c02e52dfdc
commit 9c09e7cf2d

View File

@ -334,7 +334,7 @@ PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand
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</>
It is only supported on systems where the <symbol>TCP_KEEPCNT</>
socket option is available; on other systems, it has no effect.
</para>
</listitem>