Re: plpython3

Поиск
Список
Период
Сортировка
От James William Pye
Тема Re: plpython3
Дата
Msg-id 149DB906-BE28-4627-8B60-1129B64EF4B4@jwp.name
обсуждение исходный текст
Ответ на Re: plpython3  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Feb 1, 2010, at 2:13 PM, Bruce Momjian wrote:
> I would love to know why PL/Python can't be incrementally improved like
> the rest of our code.

AFAICT, there are two primary, perhaps identifying, parts to a PL extension: code management (compilation, execution,
etc)and type I/O (conversion in most PLs). (well, aside from the language itself =) 

My proposed extension chooses a different design for both of those parts.

It didn't make sense to try and incrementally change PL/Python because I would have been rewriting the whole thing
anyways.Not to mention breaking user code in the process for the mentioned parts--thus the Python 3 target. 

Hope this clears things up.

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: plpython3
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: plpython3