]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Check for out of memory when allocating sqlca.
authorMichael Meskes <meskes@postgresql.org>
Mon, 15 Jun 2015 12:21:03 +0000 (14:21 +0200)
committerMichael Meskes <meskes@postgresql.org>
Mon, 15 Jun 2015 12:23:21 +0000 (14:23 +0200)
commit6ab1a53dd595098390d2412e4f6d390f206b82dc
tree19da7824cd8582de68cfccbe27f7f3488fed8a77
parenta38f08bb9de6064fe3f42d273bd60a96adceb4bd
Check for out of memory when allocating sqlca.

Patch by Michael Paquier
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/error.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/misc.c