Re: Fix for fetchone() and fetchmany() in Python interface

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Padgett <npadgett(at)redhat(dot)com>
Cc: Fernando Nasser <fnasser(at)cygnus(dot)com>, gerhard(at)bigfoot(dot)de, pgsql-patches(at)postgresql(dot)org
Subject: Re: Fix for fetchone() and fetchmany() in Python interface
Date: 2001-08-15 21:32:05
Message-ID: 200108152132.f7FLW5G07640@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> > We only put major lowrisk fixes in 7.1.X releases, and this one is too
> > minor for the risk. Sorry.
> >
>
> I think this patch is important enough -- it fixes an annoying broken
> call, with a two line patch that is quite localized. So, the risk level
> seems quite low. AFAICT, the worst thing this patch could do is keep
> fetch as broken, though perhaps in a different way. But, even then, I'm
> fairly confident that the patch is good, or at least better than what
> we've got, since we've already tried it out here, and found it to
> apparently fix the issue.

I am not actually making the decision myself. Patching only major
problems with low-risk patches has always been our policy. If you can
get others to agree, I will gladly apply it.

See the HISTORY file for a description of what is in 7.1.3. You can see
they all follow that policy.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Fernando Nasser 2001-08-15 21:39:17 Re: Fix for fetchone() and fetchmany() in Python interface
Previous Message Neil Padgett 2001-08-15 21:30:17 Re: Fix for fetchone() and fetchmany() in Python interface