]> 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:05:53 +0000 (17:05 +0200)
commit6b0d71bf71f748c80dc84d5a52f4f60a098bb192
treec4f2ab4478c515b35c5b9af5f422127353bd04eb
parent0f6d0119f2b3e0957c67e6cb5ec84e669718bd27
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