]> 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:07:31 +0000 (17:07 +0200)
commitc413015fd488ae3ce660efeea182faec244bab5d
treeb005f915ec1d5feaa78982d346e0c6a73828f7b8
parentcb4083dfbbda97eb2b23111a3093c417d8a7d41a
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