Re: tcp_keepalives_idle ignored

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tcp_keepalives_idle ignored
Дата
Msg-id 14268.1200325452@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tcp_keepalives_idle ignored  ("henry" <henry@zen.co.za>)
Список pgsql-general
"henry" <henry@zen.co.za> writes:
> WRT the origional question:  why is tcp_keepalives_idle being ignored
> (whether with SET or in postgresql.conf)? - ie, SHOW ALL says it's 0 no
> matter what I do.

I think you're looking at it in a session that's connecting over a Unix
socket.  You need to be connected over TCP in order for the variable
to be meaningful.  It'll read as 0 in a socket connection.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: shared buffer hash table corrupted
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tcp_keepalives_idle ignored