pgsql: Several fixes to array handling in ecpg.

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 09:24:08
Message-ID: E1WXojo-0006ek-Kr@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>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f9179685371b74bf4752bf3f87846e5625cf91fa

Modified Files
--------------
src/interfaces/ecpg/preproc/type.c | 17 +-
src/interfaces/ecpg/test/ecpg_schedule | 1 +
.../ecpg/test/expected/preproc-array_of_struct.c | 8 +-
.../ecpg/test/expected/preproc-outofscope.c | 40 +--
.../ecpg/test/expected/preproc-pointer_to_struct.c | 293 ++++++++++++++++++++
.../test/expected/preproc-pointer_to_struct.stderr | 86 ++++++
.../test/expected/preproc-pointer_to_struct.stdout | 25 ++
src/interfaces/ecpg/test/expected/preproc-type.c | 6 +-
.../ecpg/test/expected/preproc-variable.c | 12 +-
src/interfaces/ecpg/test/preproc/Makefile | 6 +-
.../ecpg/test/preproc/pointer_to_struct.pgc | 100 +++++++
11 files changed, 556 insertions(+), 38 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2014-04-09 10:28:19 pgsql: Several fixes to array handling in ecpg.
Previous Message Robert Haas 2014-04-08 20:24:11 pgsql: Fix silly oversight in patch to remove dsm state file.