Re: pgsql: plpython: Add SPI cursor support

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: plpython: Add SPI cursor support
Дата
Msg-id 4F0B092A.7000301@dunslane.net
обсуждение исходный текст
Ответ на pgsql: plpython: Add SPI cursor support  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql: plpython: Add SPI cursor support  (Dave Page <dpage@pgadmin.org>)
Список pgsql-committers

On 12/14/2011 06:43 PM, Jan Urbański wrote:
> ----- Original message -----
>> On 12/05/2011 12:56 PM, Peter Eisentraut wrote:
>>> plpython: Add SPI cursor support
>>>
>>> Add a function plpy.cursor that is similar to plpy.execute but uses an
>>> SPI cursor to avoid fetching the entire result set into memory.
>>>
>>> Jan Urbański, reviewed by Steve Singer
>>>
>>>
>> This commit apparently caused a problem on buildfarm narwhal, which has
>> been failing for 8 days without anyone paying attention. See
>> <http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2011-12-14%2017%3A00%3A02>:
> I did some investigation after this has been committed and couldn't come up with a reasonable explanation (not at my
PCat the moment, can't find the relevant thread). 
>
> Can we check if PyObject_SelfIter is defined in Include/object.h in the Python install dir on that machine? If yes,
thenthis looks like a MinGW quirk, which I'll do my best to investigate, but I don't have easy access to a Windows
machinewith a mingw toolchain... 

Dave,

this is your machine. It's been failing for 34 days now. Could you
please follow up?

cheers

andrew



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

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fix [#1011138] Connection pooling performance suffers
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgsql: plpython: Add SPI cursor support