Re: BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch?
Date
Msg-id 13715.1351706952@sss.pgh.pa.us
Whole thread Raw
In response to BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch?  (robj@hightouchinc.com)
List pgsql-bugs
Rob Johnson <robj@hightouchinc.com> writes:
>> I believe those will read as zero in a session connected over a Unix
>> socket.  Try it in a session connected over TCP ...

> You are correct.  In a TCP session, I see the values that were set in postgresql.conf.

OK.  It doesn't look like this behavior is actually documented.  I'll
go fix that.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch?
Next
From: pj@illuminatedcomputing.com
Date:
Subject: BUG #7632: Postgres binds to all IPs even when listen_addresses="localhost"