]> granicus.if.org Git - postgresql/commit
- Added Dave patch for Informix handling of numeric/int conversion.
authorMichael Meskes <meskes@postgresql.org>
Tue, 9 Sep 2003 10:46:42 +0000 (10:46 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 9 Sep 2003 10:46:42 +0000 (10:46 +0000)
commitfcdf0e22fcac4724c67bac18706d5c50931aa02d
treecc848030ea7ad86b3f6395b97ff388bcdf5bc5b3
parentfd65be4a780aa74d9209746cb0fa0787d75dbab5
- Added Dave patch for Informix handling of numeric/int conversion.
- Changed all new datatypes to lowercase.
- Fixed rounding bug in numerical types.
22 files changed:
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/ecpglib/typename.c
src/interfaces/ecpg/include/datetime.h
src/interfaces/ecpg/include/decimal.h
src/interfaces/ecpg/include/pgtypes_date.h
src/interfaces/ecpg/include/pgtypes_interval.h
src/interfaces/ecpg/include/pgtypes_numeric.h
src/interfaces/ecpg/include/pgtypes_timestamp.h
src/interfaces/ecpg/pgtypeslib/datetime.c
src/interfaces/ecpg/pgtypeslib/dt.h
src/interfaces/ecpg/pgtypeslib/dt_common.c
src/interfaces/ecpg/pgtypeslib/interval.c
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/test/dt_test.pgc
src/interfaces/ecpg/test/num_test.pgc