pgsql: plpython: Remove support for major version conflict detection
В списке pgsql-committers по дате отправления:
| От | Peter Eisentraut |
|---|---|
| Тема | pgsql: plpython: Remove support for major version conflict detection |
| Дата | |
| Msg-id | E1v8uuS-001lmf-1P@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
plpython: Remove support for major version conflict detection This essentially reverts commit 866566a690b, which installed safeguards against loading plpython2 and plpython3 into the same process. We don't support plpython2 anymore, so this is obsolete. The Python and PL/Python initialization now happens again in _PG_init() rather than the first time a PL/Python call handler is invoked. (Often, these will be very close together.) I kept the separate PLy_initialize() function introduced by 866566a690b to keep _PG_init() a bit modular. Reviewed-by: Mario González Troncoso <gonzalemario@gmail.com> Reviewed-by: Nathan Bossart <nathandbossart@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/9eb9feb6-1df3-4f0c-a0dc-9bcf35273111%40eisentraut.org Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/594ba21bce05e8682eaf024f705fea8aeaba5ef3 Modified Files -------------- src/pl/plpython/plpy_main.c | 65 +++------------------------------------------ 1 file changed, 4 insertions(+), 61 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера