- Added more compatibility functions.
Michael Meskes <meskes@postgresql.org>
- Added more compatibility functions. - Accept CPP defines for type definitions. - Do not parse system include files automatically for Informix mode
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +6 −0 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +30 −6 |
| src/interfaces/ecpg/include/datetime.h | modified | +1 −1 |
| src/interfaces/ecpg/include/ecpg_informix.h | modified | +4 −1 |
| src/interfaces/ecpg/preproc/descriptor.c | modified | +1 −1 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +2 −2 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +97 −109 |
| src/interfaces/ecpg/preproc/type.c | modified | +42 −30 |
| src/interfaces/ecpg/preproc/type.h | modified | +19 −19 |
| src/interfaces/ecpg/preproc/variable.c | modified | +20 −20 |
| src/interfaces/ecpg/test/test2.pgc | modified | +2 −1 |