pgsql: Make sure sharedir/extension/ directory is created when needed.

Started by Tom Laneover 13 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/04f91ae5d0caa5faae7100eac3b0ade6f84e1e9e

Modified Files
--------------
src/makefiles/pgxs.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers