plpython: Remove plpythonu, plpython2u and associated transform extensions.
authorAndres Freund <andres@anarazel.de>
Tue, 8 Mar 2022 02:19:56 +0000 (18:19 -0800)
committerAndres Freund <andres@anarazel.de>
Tue, 8 Mar 2022 02:20:20 +0000 (18:20 -0800)
commit76a29adee749f41e277459cbf2e47a2ff7777f31
tree0686993cab4508002fb2c4b6e23f59de7fe54b77
parent5b81703787bfc1e6072c8e37125eba0c5598b807
plpython: Remove plpythonu, plpython2u and associated transform extensions.

Since 19252e8ec93 we reject Python 2 during build configuration. Now that the
dust on the buildfarm has settled, remove extension variants specific to
Python 2.

Reviewed-By: Peter Eisentraut <peter@eisentraut.org>
Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/20211031184548.g4sxfe47n2kyi55r@alap3.anarazel.de
19 files changed:
contrib/hstore_plpython/Makefile
contrib/hstore_plpython/hstore_plpython2u--1.0.sql [deleted file]
contrib/hstore_plpython/hstore_plpython2u.control [deleted file]
contrib/hstore_plpython/hstore_plpythonu--1.0.sql [deleted file]
contrib/hstore_plpython/hstore_plpythonu.control [deleted file]
contrib/jsonb_plpython/Makefile
contrib/jsonb_plpython/jsonb_plpython2u--1.0.sql [deleted file]
contrib/jsonb_plpython/jsonb_plpython2u.control [deleted file]
contrib/jsonb_plpython/jsonb_plpythonu--1.0.sql [deleted file]
contrib/jsonb_plpython/jsonb_plpythonu.control [deleted file]
contrib/ltree_plpython/Makefile
contrib/ltree_plpython/ltree_plpython2u--1.0.sql [deleted file]
contrib/ltree_plpython/ltree_plpython2u.control [deleted file]
contrib/ltree_plpython/ltree_plpythonu--1.0.sql [deleted file]
contrib/ltree_plpython/ltree_plpythonu.control [deleted file]
src/pl/plpython/plpython2u--1.0.sql [deleted file]
src/pl/plpython/plpython2u.control [deleted file]
src/pl/plpython/plpythonu--1.0.sql [deleted file]
src/pl/plpython/plpythonu.control [deleted file]