OSDN Git Service

Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de>
authorMichael Meskes <meskes@postgresql.org>
Wed, 21 Jun 2006 10:24:41 +0000 (10:24 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 21 Jun 2006 10:24:41 +0000 (10:24 +0000)
commita829da152c6cdf425c6c81ef74b494ec87d90d99
treeba7deb613782ad91ca9b4a691a2cfdb1a042c9e6
parent27c3e3de0939d93ae8adb50ab7e00c4a5ff2fa0d
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de>
Added missing error handling in a few functions in ecpglib
12 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/descriptor.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/pgtypeslib/datetime.c
src/interfaces/ecpg/pgtypeslib/dt_common.c
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/test/dt_test.pgc