Re: [HACKERS] PL/Python: How do I use result methods?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, pgsql-interfaces(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PL/Python: How do I use result methods?
Date: 2004-12-06 05:40:03
Message-ID: 20041206054003.GA48918@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

On Sun, Dec 05, 2004 at 03:15:33PM -0500, Tom Lane wrote:

> It looks like someone #ifdef'd out those sections after observing that
> the PLy_result_methods table isn't used anyplace. Perhaps the place
> where it should have been used got lost in some earlier patch?

I think the #ifdef's happened in 1.13 (2001/11/16), in case that
brings up any old memories:

http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.12;r2=1.13

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message ElayaRaja S 2004-12-06 06:00:51 postgresql-7.4.5
Previous Message alex 2004-12-06 05:27:18 DBD::PgSPI 0.02

Browse pgsql-interfaces by date

  From Date Subject
Next Message ElayaRaja S 2004-12-06 06:00:51 postgresql-7.4.5
Previous Message Dave Cramer 2004-12-06 01:28:35 Re: jdbc and refcursor problem