Re: Fix for fetchone() and fetchmany() in Python interface - Mailing list pgsql-patches

From Gerhard Häring
Subject Re: Fix for fetchone() and fetchmany() in Python interface
Date
Msg-id 20010815212552.A6238@lilith.hqd-internal
Whole thread Raw
In response to Re: Fix for fetchone() and fetchmany() in Python interface  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Wed, Aug 15, 2001 at 04:59:37PM -0400, Bruce Momjian wrote:
> > This is great.  It solves a problem we were having.
> >
> > Bruce: this should go into 7.1.3 (if possible).  It applies cleanly and,
> > without it, we basically can't use Python (cursors don't work, basically).
>
> We only put major lowrisk fixes in 7.1.X releases, and this one is too
> minor for the risk.  Sorry.

First I'm glad that it's in the patch queue for a future version at all.

But: I don't see any risk in this patch. A source code review of the function
would show that this is an obvious fix for a stupid coding error.

Gerhard
--
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Fix for fetchone() and fetchmany() in Python interface
Next
From: Peter Eisentraut
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords