pgsql: Fixed array handling in ecpg.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Fixed array handling in ecpg.
Дата
Msg-id E1YLUcG-0006Kh-VY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fixed array handling in ecpg.

When ecpg was rewritten to the new protocol version not all variable types
were corrected. This patch rewrites the code for these types to fix that. It
also fixes the documentation to correctly tell the status of array handling.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/32e6331958390ef8d09c5d696ec0afb1f34cd1e9

Modified Files
--------------
doc/src/sgml/ecpg.sgml                |   11 +-
src/interfaces/ecpg/ecpglib/data.c    |   63 ++++----
src/interfaces/ecpg/ecpglib/execute.c |  265 +++++++++++++++------------------
3 files changed, 165 insertions(+), 174 deletions(-)


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fixed array handling in ecpg.
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fixed array handling in ecpg.