More patches for informix compatibility.
Michael Meskes <meskes@postgresql.org>
More patches for informix compatibility.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/compatlib/informix.c | modified | +49 −22 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +11 −11 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +10 −12 |
| src/interfaces/ecpg/include/decimal.h | modified | +6 −6 |
| src/interfaces/ecpg/include/pgtypes_date.h | modified | +5 −5 |
| src/interfaces/ecpg/include/pgtypes_error.h | modified | +12 −11 |
| src/interfaces/ecpg/include/pgtypes_interval.h | modified | +2 −4 |
| src/interfaces/ecpg/include/pgtypes_numeric.h | modified | +8 −8 |
| src/interfaces/ecpg/include/pgtypes_timestamp.h | modified | +8 −2 |
| src/interfaces/ecpg/pgtypeslib/common.c | modified | +110 −2 |
| src/interfaces/ecpg/pgtypeslib/datetime.c | modified | +25 −43 |
| src/interfaces/ecpg/pgtypeslib/dt_common.c | modified | +5 −0 |
| src/interfaces/ecpg/pgtypeslib/dt.h | modified | +22 −17 |
| src/interfaces/ecpg/pgtypeslib/extern.h | modified | +40 −4 |
| src/interfaces/ecpg/pgtypeslib/interval.c | modified | +2 −2 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +11 −23 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +446 −62 |