mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in docs for libpq keepalives_count option.
Shigehiro Honda
This commit is contained in:
parent
c02e52dfdc
commit
9c09e7cf2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue