pgsql: Fixed array handling in ecpg. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Fixed array handling in ecpg.
Date
Msg-id E1YLUcG-0006KZ-Uw@gemulon.postgresql.org
Whole thread Raw
List 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/66c4ea8cb6e8d282111783326e5c9bec330bf4e2

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


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Fixed array handling in ecpg.
Next
From: Michael Meskes
Date:
Subject: pgsql: Fixed array handling in ecpg.