Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
Date: 2005-05-04 23:57:08
Message-ID: 42796154.5030403@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2005-05-05 01:10:48 Re: [INTERFACES] DBD::Pg and .pgpass
Previous Message Tom Lane 2005-05-04 22:10:18 Re: coding style (WAS inclusions WAS: Increased company involvement)

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-05-05 03:25:07 Re: Cleaning up unreferenced table files
Previous Message Simon Riggs 2005-05-04 06:46:10 Re: Cleaning up unreferenced table files