]> granicus.if.org Git - postgresql/commit
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
authorMichael Meskes <meskes@postgresql.org>
Tue, 17 Aug 2010 09:41:49 +0000 (09:41 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 17 Aug 2010 09:41:49 +0000 (09:41 +0000)
commitb9b65b7417595286fc6932bfe1144ebcf7d0e3bc
tree176398031c1e9abdc2fa9bdeabfeda26c7fa25c7
parent0b77050e842f0eccb80210e76d40bd05b6bbb38a
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
15 files changed:
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/test/compat_informix/dec_test.pgc
src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
src/interfaces/ecpg/test/expected/sql-array.c
src/interfaces/ecpg/test/pgtypeslib/dt_test.pgc
src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc
src/interfaces/ecpg/test/sql/array.pgc