]> 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:06:44 +0000 (17:06 +0200)
commit856ce0fb563a630ddd07dfad8cb4d8eb1d601b77
tree29b501fbba60b59a74a6a87d69d947a496c7bde9
parent6c33084fa2eb1c1cce61def72d8eb7c91a69d525
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