Re: TCP keepalive support for libpq - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: TCP keepalive support for libpq
Date
Msg-id 3f0b79eb1002150218p4c9360b7lcb8577f8a16774fa@mail.gmail.com
Whole thread Raw
In response to Re: TCP keepalive support for libpq  (Euler Taveira de Oliveira <euler@timbira.com>)
Responses Re: TCP keepalive support for libpq
List pgsql-hackers
On Sat, Feb 13, 2010 at 2:13 AM, Euler Taveira de Oliveira
<euler@timbira.com> wrote:
> Marko Kreen escreveu:
>> 3) Support all 3 parameters (keepidle, keepintvl, keepcnt)
>>  and ignore parameters not supported by OS.
>>
> +1. AFAIR, we already do that for the backend.

+1 from me, too.

Here is the patch which provides those three parameters as conninfo
options. Should this patch be added into the first CommitFest for v9.1?

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Next
From: Tim Bunce
Date:
Subject: Re: PostgreSQL::PLPerl::Call - Simple interface for calling SQL functions from PostgreSQL PL/Perl