]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Build every ECPG library with -DFRONTEND.
authorNoah Misch <noah@leadboat.com>
Fri, 24 Apr 2015 23:29:02 +0000 (19:29 -0400)
committerNoah Misch <noah@leadboat.com>
Fri, 24 Apr 2015 23:30:08 +0000 (19:30 -0400)
commit3f27ec4ee37d584a8e59741bb3f588804508f3cd
tree0258784e6c6a1c376de06cac7bbed4f3e9d44af5
parent223a946804aafeefc6cb26de276776eec576547d
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.
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
src/tools/msvc/Mkvcbuild.pm