postgresql/contrib/ltree_plpython
Andrew Gierth 60f6756f92 Fix out-of-tree build for transform modules.
Neither plperl nor plpython installed sufficient header files to
permit transform modules to be built out-of-tree using PGXS. Fix that
by installing all plperl and plpython header files (other than those
with special purposes such as generated data tables), and also install
plpython's special .mk file for mangling regression tests.

(This commit does not fix the windows install, which does not
currently install _any_ plperl or plpython headers.)

Also fix the existing transform modules for hstore and ltree so that
their cross-module #include directives work as anticipated by commit
df163230b9 et seq. This allows them to serve as working examples of
how to reference other modules when doing separate out-of-tree builds.

Discussion: https://postgr.es/m/87o9ej8bgl.fsf%40news-spur.riddles.org.uk
2018-09-16 18:46:45 +01:00
..
expected Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
sql Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
.gitignore Add transforms feature 2015-04-26 10:33:14 -04:00
Makefile Fix out-of-tree build for transform modules. 2018-09-16 18:46:45 +01:00
ltree_plpython.c Fix out-of-tree build for transform modules. 2018-09-16 18:46:45 +01:00
ltree_plpython2u--1.0.sql Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. 2016-10-04 17:49:07 -04:00
ltree_plpython2u.control Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython3u--1.0.sql Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. 2016-10-04 17:49:07 -04:00
ltree_plpython3u.control Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpythonu--1.0.sql Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. 2016-10-04 17:49:07 -04:00
ltree_plpythonu.control Add transforms feature 2015-04-26 10:33:14 -04:00