]> granicus.if.org Git - postgresql/commit
Fixed test for array boundary.
authorMichael Meskes <meskes@postgresql.org>
Fri, 5 Oct 2012 14:37:45 +0000 (16:37 +0200)
committerMichael Meskes <meskes@postgresql.org>
Fri, 5 Oct 2012 15:49:17 +0000 (17:49 +0200)
commit6e41fa2e5cd84d0970f1ee1d9c9767dbc974952a
treecb56d2bb71ac66abb811abe3fac0df231a6c233c
parentfd5942c18f977a36fec66a8d1281092805f2a55e
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.
src/interfaces/ecpg/ecpglib/data.c