-
- Downloads
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
duplicative -DFRONTEND flags from many Makefiles. We still need Makefile control of the symbol in a few places that compile frontend-or-backend src/port/ files, but it's a lot cleaner than before. Hiroshi Saito
Showing
- src/bin/initdb/Makefile 2 additions, 2 deletionssrc/bin/initdb/Makefile
- src/bin/pg_config/Makefile 1 addition, 2 deletionssrc/bin/pg_config/Makefile
- src/bin/pg_controldata/Makefile 1 addition, 3 deletionssrc/bin/pg_controldata/Makefile
- src/bin/pg_ctl/Makefile 2 additions, 2 deletionssrc/bin/pg_ctl/Makefile
- src/bin/pg_dump/Makefile 2 additions, 2 deletionssrc/bin/pg_dump/Makefile
- src/bin/pg_resetxlog/Makefile 1 addition, 3 deletionssrc/bin/pg_resetxlog/Makefile
- src/bin/psql/Makefile 2 additions, 2 deletionssrc/bin/psql/Makefile
- src/bin/scripts/Makefile 2 additions, 2 deletionssrc/bin/scripts/Makefile
- src/include/postgres_fe.h 5 additions, 1 deletionsrc/include/postgres_fe.h
- src/interfaces/ecpg/ecpglib/Makefile 2 additions, 3 deletionssrc/interfaces/ecpg/ecpglib/Makefile
- src/interfaces/ecpg/include/Makefile 1 addition, 2 deletionssrc/interfaces/ecpg/include/Makefile
- src/interfaces/ecpg/pgtypeslib/Makefile 2 additions, 3 deletionssrc/interfaces/ecpg/pgtypeslib/Makefile
- src/tools/findoidjoins/Makefile 2 additions, 2 deletionssrc/tools/findoidjoins/Makefile
- src/tools/fsync/Makefile 2 additions, 2 deletionssrc/tools/fsync/Makefile
- src/tools/msvc/Mkvcbuild.pm 1 addition, 3 deletionssrc/tools/msvc/Mkvcbuild.pm
Loading
Please register or sign in to comment