Re: [PATCH] Allow breaking out of hung connection attempts - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] Allow breaking out of hung connection attempts
Date
Msg-id 1335790912-sup-6893@alvh.no-ip.org
Whole thread Raw
In response to Re: [PATCH] Allow breaking out of hung connection attempts  (Ryan Kelly <rpkelly22@gmail.com>)
Responses Re: [PATCH] Allow breaking out of hung connection attempts  (Ryan Kelly <rpkelly22@gmail.com>)
List pgsql-hackers
Excerpts from Ryan Kelly's message of lun abr 30 07:10:14 -0400 2012:
> On Sun, Apr 29, 2012 at 10:12:40PM -0400, Alvaro Herrera wrote:
> >
> > Excerpts from Ryan Kelly's message of sáb ene 14 16:22:21 -0300 2012:
> >
> > > I have attached a new patch which handles the connect_timeout option by
> > > adding a PQconnectTimeout(conn) function to access the connect_timeout
> > > which I then use to retrieve the existing value from the old connection.
> >
> > Was this patch dropped entirely?  If not and it hasn't been committed
> > yet, I think it belongs in the open CF here:
> > https://commitfest.postgresql.org/action/commitfest_view?id=14
> Needs some freshening if anyone still wants it. Update against latest
> HEAD attached.

Well, do *you* want it?

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: smart shutdown at end of transaction (was: Default mode for shutdown)
Next
From: Tom Lane
Date:
Subject: Re: Analyzing foreign tables & memory problems