]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight.de>
authorMichael Meskes <meskes@postgresql.org>
Wed, 21 Jun 2006 10:31:45 +0000 (10:31 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 21 Jun 2006 10:31:45 +0000 (10:31 +0000)
commit289a3b73e2718828da44812646b8d5b93057ea8d
treee0276e235f43906a541a194c3dd4b70062a5d599
parent49f1f244508e77fe4eb012c323bc9994c67c6d7b
Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight.de>
Added missing error handling in a few functions in ecpglib.
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