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

From Michael Meskes
Subject pgsql: Fixed array handling in ecpg.
Date
Msg-id E1YLUcG-0006Ki-Vd@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.

Conflicts:
    doc/src/sgml/ecpg.sgml

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c    |   63 ++++----
src/interfaces/ecpg/ecpglib/execute.c |  265 +++++++++++++++------------------
2 files changed, 158 insertions(+), 170 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump's heuristic for deciding which casts to dump.
Next
From: Michael Meskes
Date:
Subject: pgsql: Fixed array handling in ecpg.