*** empty log message ***
Michael Meskes <meskes@postgresql.org>
*** empty log message ***
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +5 −0 |
| src/interfaces/ecpg/include/ecpgerrno.h | modified | +4 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +12 −0 |
| src/interfaces/ecpg/include/Makefile | modified | +2 −0 |
| src/interfaces/ecpg/include/sql3types.h | added | +38 −0 |
| src/interfaces/ecpg/lib/dynamic.c | added | +290 −0 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +17 −8 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +2 −2 |
| src/interfaces/ecpg/preproc/ecpg_keywords.c | modified | +5 −0 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +461 −7 |
| src/interfaces/ecpg/preproc/type.h | modified | +14 −0 |
| src/interfaces/ecpg/README.dynSQL | added | +20 −0 |
| src/interfaces/ecpg/test/dyntest.pgc | added | +127 −0 |
| src/interfaces/ecpg/test/Makefile | modified | +4 −3 |
| src/interfaces/ecpg/TODO | modified | +0 −2 |