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

From Michael Meskes
Subject pgsql: Fixed test for array boundary.
Date
Msg-id E1TK9W6-0003mG-Ra@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fixed test for array boundary.
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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c413015fd488ae3ce660efeea182faec244bab5d

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Use the regular main processing loop also in walsenders.
Next
From: Michael Meskes
Date:
Subject: pgsql: Fixed test for array boundary.