From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
Cc: | pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Can't change tcp_keepalives_idle |
Date: | 2024-08-04 15:43:18 |
Message-ID: | 399789.1722786198@sss.pgh.pa.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Abraham, Danny" <danny_abraham(at)bmc(dot)com> writes:
> Change tcp_keepalives_idle in postgresql.conf from 0 to 300 , then pg_ctl reload but it stays with the old 0 value.
> Tried restart and it did not work. PG Log says it was changed.
tcp_keepalives_idle isn't implemented on all platforms. But I'd
expect to see a LOG message in the postmaster log about that, either
something about "setsockopt failed" or "WSAIoctl failed" or "setting
the keepalive idle time is not supported".
Also, if you inquire the value on a non-TCP connection, you'll
get zero because it's not relevant.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Lele Gaifax | 2024-08-04 18:45:24 | Re: Some links to "previous version" seem wrong |
Previous Message | Adrian Klaver | 2024-08-04 15:13:10 | Re: Can't change tcp_keepalives_idle |