Moved Informix stuff to its own compat library. Interval datetype is now fully functional.
Michael Meskes <meskes@postgresql.org>
Moved Informix stuff to its own compat library. Interval datetype is now fully functional.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +10 −0 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +6 −4 |
| src/interfaces/ecpg/include/ecpg_informix.h | modified | +3 −0 |
| src/interfaces/ecpg/include/pgtypes_date.h | modified | +9 −4 |
| src/interfaces/ecpg/include/pgtypes_error.h | modified | +12 −5 |
| src/interfaces/ecpg/include/pgtypes_numeric.h | modified | +1 −1 |
| src/interfaces/ecpg/Makefile | modified | +2 −0 |
| src/interfaces/ecpg/pgtypeslib/datetime.c | modified | +514 −43 |
| src/interfaces/ecpg/pgtypeslib/dt_common.c | modified | +105 −1 |
| src/interfaces/ecpg/pgtypeslib/dt.h | modified | +1 −0 |
| src/interfaces/ecpg/pgtypeslib/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +16 −207 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +6 −66 |
| src/interfaces/ecpg/test/dt_test.pgc | modified | +120 −13 |