Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL - Mailing list pgsql-patches

From Oliver Jowett
Subject Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
Date
Msg-id 42796154.5030403@opencloud.com
Whole thread Raw
In response to Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL (was Re: [HACKERS] Feature freeze date for 8.1)  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-patches
Oliver Jowett wrote:

> Here's a patch that adds four new GUCs:

> I haven't had a chance to check it builds on other systems or to test
> that this handles actual network failures nicely yet.

The patch builds OK on Solaris 9, which doesn't have the required socket
options.

Solaris (and some other OSes, apparently) supports TCP_KEEPALIVE instead
of TCP_KEEPIDLE/TCP_KEEPCNT/TCP_KEEPINTVL. I will look at adding support
for that next.

-O

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Cleaning up unreferenced table files
Next
From: Bruce Momjian
Date:
Subject: Re: Cleaning up unreferenced table files