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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sure sharedir/extension/ directory is created when needed.
Date: 2012-12-01 21:05:00
Message-ID: E1TeuFA-0000xe-MP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b1346822f3048ede254647f3a46186e4c0ec68d6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-12-01 22:24:36 pgsql: Prevent passing gmake's environment variables down through pg_re
Previous Message Tom Lane 2012-12-01 19:27:43 pgsql: Allow adding values to an enum type created in the current trans