pgsql: When processing nested structure pointer variables ecpg always e

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When processing nested structure pointer variables ecpg always e
Date: 2012-11-29 16:16:30
Message-ID: E1Te6ms-0004uV-QZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

When processing nested structure pointer variables ecpg always expected an
array datatype which of course is wrong.

Applied patch by Muhammad Usama <m(dot)usama(at)gmail(dot)com> to fix this.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3dfdf28152eb2df7cb4d4e43f461903fcc09e1d2

Modified Files
--------------
src/interfaces/ecpg/preproc/variable.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-11-29 16:17:22 pgsql: Basic binary heap implementation.
Previous Message Tom Lane 2012-11-29 15:38:10 pgsql: Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.