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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: robj(at)hightouchinc(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch?
Date: 2012-10-31 17:42:56
Message-ID: 13136.1351705376@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

robj(at)hightouchinc(dot)com writes:
> The last four lines in my postgresql.conf file, under
> /var/lib/pgsql/9.0/data, are:

> # (15 per hour * 6 hours = 90)
> tcp_keepalives_count=90
> tcp_keepalives_idle=240
> tcp_keepalives_interval=240

> I last changed this file on August 13th, 2012. I remember that when I added
> these parameters to postgresql.conf, they showed the correct values when I
> ran "show all" at the psql command line. However, they now all display 0
> values.

I believe those will read as zero in a session connected over a Unix
socket. Try it in a session connected over TCP ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rob Johnson 2012-10-31 18:05:33 Re: BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch?
Previous Message robj 2012-10-31 14:59:47 BUG #7631: tcp_keepalives_* parameters ignored in postgresql.conf - related to 9.0.10 or 9.0.9 patch?