-
- Downloads
Arrange to compile flex output files as inclusions into other files
(usually bison output files), not as standalone files. This hack works around flex's insistence on including <stdio.h> before we are able to include postgres.h; postgres.h will already be read before the compiler starts to read the flex output file. Needed for largefile support on some platforms.
Showing
- contrib/cube/Makefile 5 additions, 2 deletionscontrib/cube/Makefile
- contrib/cube/cubeparse.y 1 addition, 0 deletionscontrib/cube/cubeparse.y
- contrib/seg/Makefile 5 additions, 2 deletionscontrib/seg/Makefile
- contrib/seg/segparse.y 1 addition, 1 deletioncontrib/seg/segparse.y
- contrib/tsearch/Makefile 5 additions, 2 deletionscontrib/tsearch/Makefile
- contrib/tsearch/query.c 2 additions, 0 deletionscontrib/tsearch/query.c
- src/backend/bootstrap/Makefile 6 additions, 4 deletionssrc/backend/bootstrap/Makefile
- src/backend/bootstrap/bootparse.y 3 additions, 1 deletionsrc/backend/bootstrap/bootparse.y
- src/backend/bootstrap/bootscanner.l 2 additions, 2 deletionssrc/backend/bootstrap/bootscanner.l
- src/backend/parser/Makefile 9 additions, 3 deletionssrc/backend/parser/Makefile
- src/backend/parser/gram.y 3 additions, 1 deletionsrc/backend/parser/gram.y
- src/backend/utils/misc/Makefile 7 additions, 2 deletionssrc/backend/utils/misc/Makefile
- src/backend/utils/misc/guc.c 3 additions, 1 deletionsrc/backend/utils/misc/guc.c
- src/interfaces/ecpg/preproc/Makefile 6 additions, 3 deletionssrc/interfaces/ecpg/preproc/Makefile
- src/interfaces/ecpg/preproc/preproc.y 3 additions, 1 deletionsrc/interfaces/ecpg/preproc/preproc.y
- src/pl/plpgsql/src/Makefile 6 additions, 3 deletionssrc/pl/plpgsql/src/Makefile
- src/pl/plpgsql/src/gram.y 3 additions, 1 deletionsrc/pl/plpgsql/src/gram.y
Loading
Please register or sign in to comment