Re: confusing positioning of notes in connection settings - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: confusing positioning of notes in connection settings
Date
Msg-id 39202431-DF62-42E2-B0C1-500C93AD37C8@yesql.se
Whole thread Raw
In response to Re: confusing positioning of notes in connection settings  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: confusing positioning of notes in connection settings  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-docs
> On 26 Apr 2023, at 10:18, Daniel Gustafsson <daniel@yesql.se> wrote:
>
>> On 26 Apr 2023, at 08:08, Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote:
>
>> I wonder if the notes are even true.  The text for tcp_keepalives_interval already says that it is only supported if
TCP_KEEPCNTis supported. 

Re-reading this I think there was some confusion, definitely so on my part.

tcp_keepalives_interval relies on TCP_KEEPINTVL, with the Windows equivalent
being SIO_KEEPALIVE_VALS.  TCP_KEEPCNT is for tcp_keepalives_count which indeed
is not supported on Windows.  Jonathans original question was regarding _count
and _timeout and not _interval.

I do agree that all of these notes may just as well be added to the text, the
option client_connection_check_interval following these have text about
platform compatibility without using a note.

--
Daniel Gustafsson




pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: confusing positioning of notes in connection settings
Next
From: PG Doc comments form
Date:
Subject: Perhaps an issue on the collation page?