Re: PL/Python error checking

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: PL/Python error checking
Date: 2005-09-24 03:02:54
Message-ID: 20050924030254.GA23612@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
plpython74.patch text/plain 2.5 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Satoshi Nagayasu 2005-09-24 06:07:12 monitoring sort activities
Previous Message Alvaro Herrera 2005-09-24 02:53:10 Re: [HACKERS] Per-table freeze limit proposal