*** empty log message ***
Michael Meskes <meskes@postgresql.org>
*** empty log message ***
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/lib/dynamic.c | modified | +1 −16 |
| src/interfaces/ecpg/lib/README.dynSQL | added | +20 −0 |
| src/interfaces/ecpg/preproc/descriptor.c | added | +400 −0 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +4 −0 |
| src/interfaces/ecpg/preproc/extern.h | modified | +23 −3 |
| src/interfaces/ecpg/preproc/Makefile | modified | +1 −2 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +37 −724 |
| src/interfaces/ecpg/preproc/type.c | modified | +1 −0 |
| src/interfaces/ecpg/preproc/variable.c | added | +358 −0 |
| src/interfaces/ecpg/test/dyntest.pgc | modified | +2 −2 |
| src/interfaces/ecpg/test/Makefile | modified | +1 −1 |
| src/interfaces/ecpg/test/test4.pgc | modified | +4 −3 |
| src/interfaces/ecpg/TODO | modified | +3 −2 |