Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

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
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Browse pgsql-committers by date

  From Date Subject
Next Message User Jablonov 2011-12-06 18:52:11 mysqlcompat - mysqlcompat: Update string and datetime functions to be
Previous Message Tom Lane 2011-12-06 18:23:30 Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-12-06 19:06:57 should Makefile.custom be in source tree or in build tree?
Previous Message Tom Lane 2011-12-06 18:23:30 Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support