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

From Michael Fuhr
Subject Re: PL/Python error checking
Date
Msg-id 20050924030254.GA23612@winnie.fuhr.org
Whole thread Raw
In response to Re: PL/Python error checking  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: PL/Python error checking  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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.

--
Michael Fuhr

Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Per-table freeze limit proposal
Next
From: Satoshi Nagayasu
Date:
Subject: monitoring sort activities