Re: Python setof patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Gerrit van Dyk <gvandyk(at)agileworks(dot)net>, pgsql-patches(at)postgresql(dot)org, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: Python setof patch
Date: 2005-07-05 15:40:11
Message-ID: 20076.1120578011@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> I'm running HEAD (8.1devel), which is where the patch was committed.
> Could somebody else test HEAD and see what they get?

Same as you --- ie, this patch is utterly broken.

> I don't see the setof functionality in the regression tests,
> presumably because there's no expected/plpython_setof.sql file:

That's because it wasn't added to the Makefile. However, a test that
only defines a function and doesn't actually exercise it seems a bit
useless anyway :-(

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-07-05 15:49:05 Re: INSERT ... RETURNING
Previous Message Tom Lane 2005-07-05 14:58:13 Re: Error handling fix in interfaces/libpq/fe-secure.c