Make sure sharedir/extension/ directory is created when needed.
The previous coding worked as long as MODULEDIR wasn't set explicitly,
because we create sharedir/$(datamoduledir) and the default value of
that is "extension". But if some other value is specified for MODULEDIR
then the installation directory needed for the control file wasn't made.
Cédric Villemain
Branch
------
REL9_2_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/53a1c31237298e4aeedc4f9926678505bf417d94
Modified Files
--------------
src/makefiles/pgxs.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2012-12-01 22:24:36 |
| Subject: pgsql: Prevent passing gmake's environment variables down throughpg_re |
| Previous: | From: Tom Lane | Date: 2012-12-01 19:27:43 |
| Subject: pgsql: Allow adding values to an enum type created in the currenttrans |