Fixed test for array boundary.

Michael Meskes <meskes@postgresql.org>

Commit: 6b0d71bf71f748c80dc84d5a52f4f60a098bb192
Author: Michael Meskes <meskes@postgresql.org>
Date: 2012-10-05T15:05:53Z
Releases: 9.0.11
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