Re: RESET CONNECTION?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Mario Weilguni <mweilguni(at)sime(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: RESET CONNECTION?
Date: 2006-07-13 19:57:55
Message-ID: 200607131957.k6DJvtn06572@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Mario Weilguni wrote:
> Will this patch make it into 8.2?
> http://archives.postgresql.org/pgsql-patches/2004-12/msg00228.php
>
> It's a really nice feature, would be extremly useful with tools like pgpool.

No, it will not because RESET CONNECTION can mess up interface code that
doesn't want the connection reset. We are not sure how to handle that.

---------------------------------------------------------------------------

>
> Am Freitag, 7. Juli 2006 19:13 schrieb Bruce Momjian:
> > There are roughly three weeks left until the feature freeze on August 1.
> > If people are working on items, they should be announced before August
> > 1, and the patches submitted by August 1. If the patch is large, it
> > should be discussed now and an intermediate patch posted to the lists
> > soon.
> >
> > FYI, we don't have many major features ready for 8.2.
> >
> > --
> > Bruce Momjian bruce(at)momjian(dot)us
> > EnterpriseDB http://www.enterprisedb.com
> >
> > + If your life is a hard drive, Christ can be your backup. +
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: don't forget to increase your free space map settings
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-07-13 19:59:04 pg_regress in C
Previous Message Jonah H. Harris 2006-07-13 19:42:17 Re: 8.2 features?