Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.
Дата
Msg-id 13617.1277392523@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.  (Florian Pflug <fgp@phlo.org>)
Ответы Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Florian Pflug <fgp@phlo.org> writes:
> On Jun 24, 2010, at 16:45 , Robert Haas wrote:
>> I think the existing names are fine - people should understand that
>> "options" means "server-side options" and that anything else is a
>> client-side option.  However, if there's a strong consensus the other
>> way and someone feels like working up a patch, that's fine too.

> I'd volunteer to create the patch if people think renaming the libpq options is a good idea.

I'm with Robert: the names are fine as-is.  We've not had complaints
about the libpq SSL parameters being confusingly like server-side SSL
parameters, for instance.

It might be a good idea to add a sentence to the documentation, though,
just pointing out that these control client-side keepalive probes rather
than server-side.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.
Следующее
От: Carsten Kropf
Дата:
Сообщение: Re: TOAST issue on custom index access method