*** 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/ecpglib.h | modified | +9 −7 |
| src/interfaces/ecpg/lib/descriptor.c | added | +15 −0 |
| src/interfaces/ecpg/lib/dynamic.c | modified | +14 −8 |
| src/interfaces/ecpg/preproc/descriptor.c | modified | +92 −119 |
| src/interfaces/ecpg/preproc/extern.h | modified | +10 −9 |
| src/interfaces/ecpg/preproc/Makefile | modified | +1 −1 |
| src/interfaces/ecpg/preproc/output.c | added | +126 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +66 −191 |
| src/interfaces/ecpg/preproc/type.h | modified | +6 −0 |
| src/interfaces/ecpg/TODO | modified | +2 −0 |