Re: PL/Python error checking - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: PL/Python error checking
Date
Msg-id 200509250319.j8P3J5r06352@candle.pha.pa.us
Whole thread Raw
In response to Re: PL/Python error checking  (Michael Fuhr <mike@fuhr.org>)
List pgsql-patches
Michael Fuhr wrote:
> On Fri, Sep 23, 2005 at 05:03:02PM -0400, Bruce Momjian wrote:
> > Michael Fuhr wrote:
> > > http://archives.postgresql.org/pgsql-patches/2005-06/msg00519.php
> >
> > I have backpatched this to 8.0.X.  It did not apply cleanly to 7.4.X so
> > if you would like that version patched please submit a matching patch.
> > Thanks.  (I don't trust myself to adjust the patch for 7.4.X.)
>
> Here's a patch for 7.4.  I had to s/PLy_curr_procedure/PLy_last_procedure/
> because 7.4 uses the latter where 8.x uses the former.
>
> How far back do you want to backpatch?  7.3?  7.2?  The patch is
> pretty simple so I could make patches for older versions if necessary.

Applied to 7.4.X.  I that that is as far back as we want to go.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Proposed patch to clean up signed-ness warnings
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] statement logging / extended query protocol issues