When processing nested structure pointer variables ecpg always expected an array datatype which of course is wrong.
Applied patch by Muhammad Usama <[email protected]> to fix this. Branch ------ REL8_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/f22a6edad883c325c90a574967ff4f2ec1b155ce Modified Files -------------- src/interfaces/ecpg/preproc/variable.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
