Re: testing plpython3u on 9.0beta2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: testing plpython3u on 9.0beta2
Дата
Msg-id 1277506674.5356.27.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: testing plpython3u on 9.0beta2  (Andres Freund <andres@anarazel.de>)
Ответы Re: testing plpython3u on 9.0beta2  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On fre, 2010-06-25 at 23:44 +0200, Andres Freund wrote:
> Has anybody actually researched if it is safe to run python2 and
> python3 in the same address space?

You can't run plpython2 and plpython3 in the same session, because the
libraries are loaded with dlopen(RTLD_GLOBAL) (with RTLD_LOCAL it would
apparently work).  But you can use them in different sessions on the
same database, for example.



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: testing plpython3u on 9.0beta2
Следующее
От: Mark Wong
Дата:
Сообщение: Re: parallelizing subplan execution (was: explain and PARAM_EXEC)