Fixed test for array boundary.

Michael Meskes <meskes@postgresql.org>

Commit: c413015fd488ae3ce660efeea182faec244bab5d
Author: Michael Meskes <meskes@postgresql.org>
Date: 2012-10-05T15:07:31Z
Releases: 9.2.2
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