From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Check for out of memory when allocating sqlca. |
Date: | 2015-06-15 12:33:29 |
Message-ID: | E1Z4TZx-0006Fr-DE@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Check for out of memory when allocating sqlca.
Patch by Michael Paquier
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/2a781b5bb260209be0d856c6a43d15194d6848e0
Modified Files
--------------
src/interfaces/ecpg/compatlib/informix.c | 2 ++
src/interfaces/ecpg/ecpglib/connect.c | 21 +++++++++++++++++++++
src/interfaces/ecpg/ecpglib/data.c | 7 +++++++
src/interfaces/ecpg/ecpglib/descriptor.c | 28 ++++++++++++++++++++++++++++
src/interfaces/ecpg/ecpglib/error.c | 20 ++++++++++++++++++++
src/interfaces/ecpg/ecpglib/execute.c | 7 +++++++
src/interfaces/ecpg/ecpglib/misc.c | 20 +++++++++++++++++++-
7 files changed, 104 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2015-06-15 18:52:54 | Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file |
Previous Message | Bruce Momjian | 2015-06-14 17:41:59 | pgsql: release notes: fix Petr's name typos |