pgsql: Fix suggested layout for PGXS makefile

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix suggested layout for PGXS makefile
Date: 2014-11-20 03:23:35
Message-ID: E1XrILH-0003RV-6B@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix suggested layout for PGXS makefile

Custom rules must come after pgxs inclusion, not before, because any
rule added before pgxs will break the default 'all' target.

Author: Cédric Villemain <cedric(at)2ndquadrant(dot)fr>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8dc626defec23016dd5988208d8704b858b9d21d

Modified Files
--------------
src/makefiles/pgxs.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-20 17:03:32 pgsql: Revamp the WAL record format.
Previous Message Tom Lane 2014-11-19 21:01:11 pgsql: Improve documentation's description of JOIN clauses.