pgsql: Build every ECPG library with -DFRONTEND. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Build every ECPG library with -DFRONTEND.
Date
Msg-id E1Yln8F-00079u-C8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Build every ECPG library with -DFRONTEND.

Each of the libraries incorporates src/port files, which often check
FRONTEND.  Build systems disagreed on whether to build libpgtypes this
way.  Only libecpg incorporates files that rely on it today.  Back-patch
to 9.0 (all supported versions) to forestall surprises.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3f27ec4ee37d584a8e59741bb3f588804508f3cd

Modified Files
--------------
src/interfaces/ecpg/compatlib/Makefile  |    2 +-
src/interfaces/ecpg/pgtypeslib/Makefile |    2 +-
src/tools/msvc/Mkvcbuild.pm             |    1 +
3 files changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Build every ECPG library with -DFRONTEND.
Next
From: Noah Misch
Date:
Subject: pgsql: Remove obsolete -I options from ECPG library compilation.