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-06 18:33:52
Message-ID:
4EDE6010.6070001@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: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).
Hm, I quickly tried with a self-compiled Python 2.5.6 from the upstream
tarball and it compiled on my Linux machine.
I see that PyObject_SelfIter is defined here:
http://hg.python.org/cpython/file/b48e1b48e670/Include/object.h#l407
I'll try to dig around to see what can be causing that...
Cheers,
Jan
In response to
Responses
pgsql-hackers by date
Next :From: Peter EisentrautDate: 2011-12-06 19:06:57
Subject : should Makefile.custom be in source tree or in build tree?
Previous :From : Tom LaneDate : 2011-12-06 18:23:30
Subject : Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
pgsql-committers by date
Next :From: User JablonovDate: 2011-12-06 18:52:11
Subject : mysqlcompat - mysqlcompat: Update string and datetime functions to be
Previous :From : Tom LaneDate : 2011-12-06 18:23:30
Subject : Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support