diff options
author | Andres Freund | 2022-03-08 02:19:56 +0000 |
---|---|---|
committer | Andres Freund | 2022-03-08 02:20:20 +0000 |
commit | 76a29adee749f41e277459cbf2e47a2ff7777f31 (patch) | |
tree | 0686993cab4508002fb2c4b6e23f59de7fe54b77 /contrib/jsonb_plpython/jsonb_plpythonu.control | |
parent | 5b81703787bfc1e6072c8e37125eba0c5598b807 (diff) |
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 <[email protected]>
Reviewed-By: Tom Lane <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpythonu.control')
-rw-r--r-- | contrib/jsonb_plpython/jsonb_plpythonu.control | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/jsonb_plpython/jsonb_plpythonu.control b/contrib/jsonb_plpython/jsonb_plpythonu.control deleted file mode 100644 index 6f8fa4f184b..00000000000 --- a/contrib/jsonb_plpython/jsonb_plpythonu.control +++ /dev/null @@ -1,6 +0,0 @@ -# jsonb_plpythonu extension -comment = 'transform between jsonb and plpythonu' -default_version = '1.0' -module_pathname = '$libdir/jsonb_plpython2' -relocatable = true -requires = 'plpythonu' |