Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
Дата
Msg-id 3772.1117129825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am not very excited about adding four more GUC variables, and I am
> thinking we could just have it use the OS defaults and see if we need
> more later, so that would add only one GUC.

Huh?  "Use the OS defaults" is where we are now.

I'm unconvinced of the value of allowing people to turn off keepalive
entirely, and therefore I question the need for the boolean
tcp_keepalives GUC, but the other three appear useful.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL (was Re: [HACKERS] Feature freeze date for 8.1)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Fix for timestamp rouding