mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Fix typo in docs for libpq keepalives_count option.
Shigehiro Honda
This commit is contained in:
parent
a726951c51
commit
bc397244c8
@ -363,7 +363,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…
x
Reference in New Issue
Block a user