ynced parser and keyword list.
Michael Meskes <meskes@postgresql.org>
ynced parser and keyword list. Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +12 −0 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +14 −12 |
| src/interfaces/ecpg/ecpglib/error.c | modified | +3 −3 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +8 −2 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +5 −1 |
| src/interfaces/ecpg/preproc/keywords.c | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +52 −3 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +115 −71 |
| src/interfaces/ecpg/test/Makefile | modified | +40 −36 |