Fixed test for array boundary. Instead of continuing if the next character is not an array boundary get_data() used to continue only on finding a boundary so it was not able to read any element after the first.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/6e41fa2e5cd84d0970f1ee1d9c9767dbc974952a Modified Files -------------- src/interfaces/ecpg/ecpglib/data.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
