From:
Jan Urbański <wulczer(at)wulczer(dot)org>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgreSQL(dot)org
Subject:
Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Date:
2011-12-07 10:16:54
Message-ID:
4EDF3D16.7080303@wulczer.org (view raw or flat )
Thread:
2011-12-05 17:56:47 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-12-05 18:11:54 from Bruce Momjian <bruce(at)momjian(dot)us>
2011-12-06 18:23:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-06 18:33:52 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-12-07 10:16:54 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-12-07 10:41:03 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-12-14 21:46:58 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2011-12-14 23:36:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-01-09 15:35:06 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-09 15:52:51 from Dave Page <dpage(at)pgadmin(dot)org>
2012-01-09 16:43:51 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-09 16:57:26 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-01-09 17:06:54 from Dave Page <dpage(at)pgadmin(dot)org>
2012-01-09 17:13:51 from Peter Geoghegan <peter(at)2ndquadrant(dot)com>
2012-01-09 17:32:51 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-10 09:56:30 from Dave Page <dpage(at)pgadmin(dot)org>
2012-01-10 14:28:58 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-10 14:30:37 from Dave Page <dpage(at)pgadmin(dot)org>
2012-01-09 18:05:56 from Peter Eisentraut <peter_e(at)gmx(dot)net>
Lists:
pgsql-committers pgsql-hackers
On 06/12/11 19:33, Jan Urbański wrote:
> On 06/12/11 19:23, Tom Lane wrote:
>> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>>> plpython: Add SPI cursor support
>>
>> Buildfarm member narwhal does not like this patch. It looks like
>> "PyObject_SelfIter" is not a compile-time constant on its version
>> of python (2.5, apparently).
>
> I'll try to dig around to see what can be causing that...
Seems that PyObject_GenericGetIter has been renamed to PyObject_SelfIter
at some point:
http://hg.python.org/cpython/rev/fd5ef7003469
I'm trying to muster whatever mercurial-foo I have to check if there's
been a 2.5 version tagged without that patch...
Jan
In response to
Responses
pgsql-hackers by date
Next :From: Jan UrbańskiDate: 2011-12-07 10:41:03
Subject : Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Previous :From : Teodor SigaevDate : 2011-12-07 10:09:44
Subject : Re: WIP: SP-GiST, Space-Partitioned GiST
pgsql-committers by date
Next :From: Jan UrbańskiDate: 2011-12-07 10:41:03
Subject : Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Previous :From : Magnus HaganderDate : 2011-12-07 09:37:50
Subject : pgsql: Remove spclocation field from pg_tablespace