Обсуждение: pgsql: Build every ECPG library with -DFRONTEND.

Поиск
Список
Период
Сортировка

pgsql: Build every ECPG library with -DFRONTEND.

От
Noah Misch
Дата:
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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0a5570e3684adeb50c06e197e59dff9f829e67e6

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(-)