mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
60f6756f92
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
|
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
ltree_plpython2u--1.0.sql | ||
ltree_plpython2u.control | ||
ltree_plpython3u--1.0.sql | ||
ltree_plpython3u.control | ||
ltree_plpython.c | ||
ltree_plpythonu--1.0.sql | ||
ltree_plpythonu.control | ||
Makefile |