Several fixes to array handling in ecpg. Patches by Ashutosh Bapat <[email protected]>
Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/3b8fda6763ceccac0fc5ae0e921568235608252c 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
