pgsql: Fix suggested layout for PGXS makefile - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix suggested layout for PGXS makefile
Date
Msg-id E1XrILH-0003RV-6B@gemulon.postgresql.org
Whole thread Raw
List 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@2ndquadrant.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve documentation's description of JOIN clauses.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Revamp the WAL record format.