pgsql: ECPG: Fix offset to NULL/size indicator array.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ECPG: Fix offset to NULL/size indicator array.
Date: 2013-11-26 16:42:00
Message-ID: E1VlLi4-0000vs-Qx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ECPG: Fix offset to NULL/size indicator array.

Patch by Boszormenyi Zoltan <zb(at)cybertec(dot)at>

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/20ada26ea210f04a6cd97cef34a4101757eef583

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2013-11-26 16:42:01 pgsql: ECPG: Fix offset to NULL/size indicator array.
Previous Message Heikki Linnakangas 2013-11-26 12:34:29 pgsql: Handle domains over arrays like plain arrays in PL/python.