- Synced parser and keyword file.
Michael Meskes <meskes@postgresql.org>
- Synced parser and keyword file. - More work on Informix compatibility.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/include/ecpg_informix.h | added | +6 −0 |
| src/interfaces/ecpg/lib/error.c | modified | +1 −2 |
| src/interfaces/ecpg/lib/extern.h | modified | +3 −0 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +5 −1 |
| src/interfaces/ecpg/preproc/keywords.c | modified | +6 −4 |
| src/interfaces/ecpg/preproc/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +40 −21 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +68 −64 |
| src/interfaces/ecpg/test/test2.pgc | modified | +4 −3 |