-
- Downloads
Okay, I've updated the ecpg parser yet again. Unfortunately it has one
remaining shift/reduce conflict. But the very same conflict is in gram.y, so I don't dig into it very much now. Anyway, I just saw that there were minor changes made to ecpg by others. Now I like that but I would prefer if I was told about that. Otherwise my version numbering and Changelog maintaining might break. Or simply change these too. :-) Also I had to add #include <errno.h> to backend/libpq/pqcomprim.c to be able to compile postgresql. Patch is attached. Since my resubscription process is still not finished yet, I still send them here. Michael
Showing
- src/interfaces/ecpg/ChangeLog 5 additions, 0 deletionssrc/interfaces/ecpg/ChangeLog
- src/interfaces/ecpg/include/ecpglib.h 1 addition, 1 deletionsrc/interfaces/ecpg/include/ecpglib.h
- src/interfaces/ecpg/preproc/Makefile 1 addition, 1 deletionsrc/interfaces/ecpg/preproc/Makefile
- src/interfaces/ecpg/preproc/keywords.c 7 additions, 1 deletionsrc/interfaces/ecpg/preproc/keywords.c
- src/interfaces/ecpg/preproc/preproc.y 88 additions, 67 deletionssrc/interfaces/ecpg/preproc/preproc.y
- src/interfaces/ecpg/test/Makefile 4 additions, 4 deletionssrc/interfaces/ecpg/test/Makefile
- src/interfaces/ecpg/test/test2.pgc 3 additions, 3 deletionssrc/interfaces/ecpg/test/test2.pgc
Loading
Please register or sign in to comment