]> granicus.if.org Git - postgresql/commit
Added lots of SoC stuff made by Joachim.
authorMichael Meskes <meskes@postgresql.org>
Tue, 15 Aug 2006 06:40:20 +0000 (06:40 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 15 Aug 2006 06:40:20 +0000 (06:40 +0000)
commitb30da7ba5f76b7411788dcce513761d79e6d137f
tree7c320269067bde66ca20a288216557c0a9910e9e
parent58538a0ffc7259419d1ee82feed93a9bef4bf726
Added lots of SoC stuff made by Joachim.
Fixed broken newline on Windows.
Fixed a nasty buffer underrun that only occured when using Informix
no_indicator NULL setting on timestamps and intervals.
15 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/include/pgtypes_error.h
src/interfaces/ecpg/pgtypeslib/datetime.c
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/preproc/output.c
src/interfaces/ecpg/test/compat_informix/Makefile
src/interfaces/ecpg/test/compat_informix/test_informix2.pgc
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.stdout
src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc