]> 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:36:05 +0000 (09:36 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 17 Aug 2010 09:36:05 +0000 (09:36 +0000)
commit9a8d15bd41687e1448bcc441adb5e183d5fdcaf2
treea19c764b1184df6202eacc4f3519851ab54bbb02
parent7b243aa666e49431f45bec71565d8ca49b7c9ef6
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
18 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-nan_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.stderr
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/nan_test.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc
src/interfaces/ecpg/test/sql/array.pgc