Fixed test for array boundary.

Michael Meskes <meskes@postgresql.org>

Commit: 856ce0fb563a630ddd07dfad8cb4d8eb1d601b77
Author: Michael Meskes <meskes@postgresql.org>
Date: 2012-10-05T15:06:44Z
Releases: 9.1.7
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