pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath
Date: 2014-12-04 22:16:36
Message-ID: E1XwehQ-0003wM-Ns@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix PGXS vpath build when PostgreSQL is built with vpath

PGXS computes srcdir from VPATH, PostgreSQL proper computes VPATH from
srcdir, and doing both results in an error from make. Conditionalize so
only one of these takes effect.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/Makefile.global.in | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-12-04 22:55:45 pgsql: Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.
Previous Message Alvaro Herrera 2014-12-04 21:15:07 Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.