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

Поиск
Список
Период
Сортировка
От Jan Urbański
Тема Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Дата
Msg-id 4EDE6010.6070001@wulczer.org
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support  (Jan Urbański <wulczer@wulczer.org>)
Список pgsql-hackers
On 06/12/11 19:23, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Следующее
От: Peter Eisentraut
Дата:
Сообщение: should Makefile.custom be in source tree or in build tree?