From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Several fixes to array handling in ecpg. |
Date: | 2014-04-09 10:28:19 |
Message-ID: | E1WXpjv-0007gH-Uy@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Several fixes to array handling in ecpg.
Patches by Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Conflicts:
src/interfaces/ecpg/test/expected/preproc-outofscope.c
Branch
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/0de1068365909970eb75c51d82467d28631b63ef
Modified Files
--------------
src/interfaces/ecpg/preproc/type.c | 17 +++++++--
.../ecpg/test/expected/preproc-array_of_struct.c | 8 ++--
.../ecpg/test/expected/preproc-outofscope.c | 40 ++++++++++----------
src/interfaces/ecpg/test/expected/preproc-type.c | 6 +--
.../ecpg/test/expected/preproc-variable.c | 12 +++---
5 files changed, 46 insertions(+), 37 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2014-04-09 10:28:20 | pgsql: Several fixes to array handling in ecpg. |
Previous Message | Michael Meskes | 2014-04-09 09:24:08 | pgsql: Several fixes to array handling in ecpg. |