pgsql: Fixed test for array boundary.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Fixed test for array boundary.
Дата
Msg-id E1TK9W6-0003mK-Up@gemulon.postgresql.org
обсуждение исходный текст
Список 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/856ce0fb563a630ddd07dfad8cb4d8eb1d601b77

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fixed test for array boundary.
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Removed sentence about not being able to retrieve more than one