pgsql: Remove superfluous -DFRONTEND.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove superfluous -DFRONTEND.
Date: 2015-04-24 23:35:39
Message-ID: E1Yln8F-00079c-AX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove superfluous -DFRONTEND.

The majority practice is to add -DFRONTEND in directories building files
that are, at other times, built for the backend. Some directories
lacking that property added a noise -DFRONTEND in one build system.
Remove the excess flags, for consistency.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_upgrade/Makefile | 2 +-
src/tools/msvc/Mkvcbuild.pm | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-04-25 00:35:18 pgsql: Perform RLS WITH CHECK before constraints, etc
Previous Message Tom Lane 2015-04-24 21:13:12 pgsql: Fix up .gitignore and cleanup actions in some src/test/ subdirec