pgsql: Remove no-longer-needed old-style check for incompatible plpytho

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove no-longer-needed old-style check for incompatible plpytho
Дата
Msg-id E1aInWk-0004f6-Vn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove no-longer-needed old-style check for incompatible plpythons.

Commit 866566a690bb9916 introduced a new mechanism for incompatible
plpythons to detect each other.  I left the old mechanism in place,
because it seems possible that a plpython predating that commit might be
used with one postdating it.  (This would require updating plpython3 but
not plpython2 or vice versa, but that seems well within the realm of
possibility.)  However, surely it will not be able to happen in 9.6 or
later, so we can delete the old mechanism in HEAD.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/796d1e889f2b5f88b33a425fdfd08d7906cbd66a

Modified Files
--------------
src/pl/plpython/plpy_main.c |   29 ++---------------------------
1 file changed, 2 insertions(+), 27 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use LOAD not actual code execution to pull in plpython library.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Maintain local LogwrtResult consistently