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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
