pgsql: Fixed test for array boundary.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed test for array boundary.
Date: 2012-10-05 15:49:36
Message-ID: E1TKA9g-0004NC-Bd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2012-10-05 15:54:36 Re: pgsql: Fixed test for array boundary.
Previous Message Tom Lane 2012-10-05 15:29:37 Re: pgsql: Fixed test for array boundary.