Check for out of memory when allocating sqlca.
Michael Meskes <meskes@postgresql.org>
Check for out of memory when allocating sqlca. Patch by Michael Paquier
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/compatlib/informix.c | modified | +2 −0 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +21 −0 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +7 −0 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +28 −0 |
| src/interfaces/ecpg/ecpglib/error.c | modified | +20 −0 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +7 −0 |
| src/interfaces/ecpg/ecpglib/misc.c | modified | +19 −1 |