Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.
Tom Lane <tgl@sss.pgh.pa.us>
Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. Just turning the crank on the project started in commit d51924be8. These cases turn out to be exact subsets of the boilerplate needed for hstore_plpython. Discussion: <2652.1475512158@sss.pgh.pa.us>
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore_plperl/hstore_plperl--1.0.sql | modified | +0 −5 |
| contrib/hstore_plperl/hstore_plperl.c | modified | +54 −0 |
| contrib/hstore_plperl/hstore_plperlu--1.0.sql | modified | +0 −5 |
| contrib/hstore_plperl/Makefile | modified | +8 −8 |
| contrib/ltree_plpython/ltree_plpython2u--1.0.sql | modified | +0 −5 |
| contrib/ltree_plpython/ltree_plpython3u--1.0.sql | modified | +0 −5 |
| contrib/ltree_plpython/ltree_plpython.c | modified | +29 −0 |
| contrib/ltree_plpython/ltree_plpythonu--1.0.sql | modified | +0 −5 |
| contrib/ltree_plpython/Makefile | modified | +9 −10 |
| src/tools/msvc/Mkvcbuild.pm | modified | +2 −1 |