Re: tcp_keepalives_idle ignored - Mailing list pgsql-general

From Tom Lane
Subject Re: tcp_keepalives_idle ignored
Date
Msg-id 14268.1200325452@sss.pgh.pa.us
Whole thread Raw
In response to Re: tcp_keepalives_idle ignored  ("henry" <henry@zen.co.za>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: shared buffer hash table corrupted
Next
From: Tom Lane
Date:
Subject: Re: tcp_keepalives_idle ignored