More changes to pgtypeslib and set optimization to -O1.
authorMichael Meskes <meskes@postgresql.org>
Thu, 27 Mar 2003 14:29:17 +0000 (14:29 +0000)
committerMichael Meskes <meskes@postgresql.org>
Thu, 27 Mar 2003 14:29:17 +0000 (14:29 +0000)
commit89508a8492cfb705e575b088103b1bfa0a56a465
treef626eb0d39f83c1fa2fc3f401ae5d07b1a8a09ec
parent5e5c5cd31af02ec7e0d22951d095de6a0d35215c
More changes to pgtypeslib and set optimization to -O1.
18 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/typename.c
src/interfaces/ecpg/include/datetime.h
src/interfaces/ecpg/include/decimal.h
src/interfaces/ecpg/include/ecpgerrno.h
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/include/pgtypes_interval.h [new file with mode: 0644]
src/interfaces/ecpg/include/pgtypes_numeric.h
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/pgtypeslib/common.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/num_test.pgc