]> granicus.if.org Git - postgresql/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:29:50 +0000 (10:29 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 21 Jun 2006 10:29:50 +0000 (10:29 +0000)
commit08f197391135951f7e60d65457103307dea89f0c
tree7d7f4c50018106b89d9d47cc4816145c33d0c5b1
parent23623f05f05fcdc3142e83bf21cf4dc10e16aafd
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