Fixed test for array boundary.

Michael Meskes <meskes@postgresql.org>

Commit: 6e41fa2e5cd84d0970f1ee1d9c9767dbc974952a
Author: Michael Meskes <meskes@postgresql.org>
Date: 2012-10-05T15:49:17Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/data.c modified +3 −1