Thread: pgsql-server/src/interfaces/ecpg compatlib/inf ...
pgsql-server/src/interfaces/ecpg compatlib/inf ...
From
meskes@svr1.postgresql.org (Michael Meskes)
Date:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: meskes@svr1.postgresql.org 03/09/09 07:46:42 Modified files: src/interfaces/ecpg/compatlib: informix.c src/interfaces/ecpg/ecpglib: data.c execute.c misc.c typename.c src/interfaces/ecpg/include: datetime.h decimal.h pgtypes_date.h pgtypes_interval.h pgtypes_numeric.h pgtypes_timestamp.h src/interfaces/ecpg/pgtypeslib: datetime.c dt.h dt_common.c interval.c numeric.c timestamp.c src/interfaces/ecpg/preproc: ecpg.c preproc.y type.c src/interfaces/ecpg/test: dt_test.pgc num_test.pgc Log message: - Added Dave patch for Informix handling of numeric/int conversion. - Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types.