Added C bit fields to ecpg parser
Michael Meskes <meskes@postgresql.org>
Added C bit fields to ecpg parser Added some default rules to lexer Added log output to prepare statement Added some more stuff to a test case
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +6 −0 |
| src/interfaces/ecpg/ecpglib/prepare.c | modified | +3 −1 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +15 −4 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +17 −12 |
| src/interfaces/ecpg/test/Makefile | modified | +7 −1 |
| src/interfaces/ecpg/test/test4.pgc | modified | +21 −4 |