pgsql: Fixed test for array boundary. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Fixed test for array boundary.
Date
Msg-id E1TK9W7-0003mR-1F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6b0d71bf71f748c80dc84d5a52f4f60a098bb192

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c |    4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Removed sentence about not being able to retrieve more than one
Next
From: Michael Meskes
Date:
Subject: pgsql: Removed sentence about not being able to retrieve more than one