Re: plpython3

Поиск
Список
Период
Сортировка
От James William Pye
Тема Re: plpython3
Дата
Msg-id 95F1E2A3-D94F-481A-84FD-D5E6C45053A1@jwp.name
обсуждение исходный текст
Ответ на Re: plpython3  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: plpython3  (James William Pye <lists@jwp.name>)
Список pgsql-hackers
On Feb 1, 2010, at 11:29 AM, Joshua D. Drake wrote:

> On Mon, 2010-02-01 at 13:20 -0500, Robert Haas wrote:
>
>> On the basis of all of the foregoing, I don't think we can consider
>> this patch further for this CommitFest and will update
>> commitfest.postgresql.org accordingly.  If the user community grows or
>> if one of the committers takes an interest in this down the road, I
>> think we could consider it for a future release.
>>
>
> I spoke with James offline about this as well. My understanding (correct
> me James) is that he is working on an implementation that can be
> installed via PGXS.

yep, mostly done: http://github.com/jwp/pg-python

The tests that can pass are passing on 8.3 and 8.4 now, save optimized Cursor returns in 8.3(the materialize preferred
flag).

Also made some other improvements like getting rid of the ugly `__func__.stateful = True` in favor of a decorator,
@Stateful.(Thanks to Harald for a push in that direction.) 

Right now, I'm trying to trim some of the easy issues[1] and getting a project web page up. I expect to be able to make
arelease soon, and I'll follow-up to this thread when I do. 

However, the lack of release files shouldn't stop anyone from trying it out. =)

Snapshot:http://github.com/jwp/pg-python/zipball/master


[1] http://github.com/jwp/pg-python/issues

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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: plpython3
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standby: Relation-specific deferred conflict resolution