]> granicus.if.org Git - postgresql/commit
Several fixes to array handling in ecpg.
authorMichael Meskes <meskes@postgresql.org>
Wed, 9 Apr 2014 09:21:46 +0000 (11:21 +0200)
committerMichael Meskes <meskes@postgresql.org>
Wed, 9 Apr 2014 09:23:38 +0000 (11:23 +0200)
commitf9179685371b74bf4752bf3f87846e5625cf91fa
treec02f67b1b93e0efb81db3ad7c36a8d1c0ba3892e
parent0c4ea7a309249064b7c2a8b9612ee00f570f14af
Several fixes to array handling in ecpg.

Patches by Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/test/ecpg_schedule
src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
src/interfaces/ecpg/test/expected/preproc-outofscope.c
src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-type.c
src/interfaces/ecpg/test/expected/preproc-variable.c
src/interfaces/ecpg/test/preproc/Makefile
src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc [new file with mode: 0644]