pgsql: Fixed array handling in ecpg.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed array handling in ecpg.
Date: 2015-02-11 10:33:56
Message-ID: E1YLUcG-0006Kd-VT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9be9ac4254cf32e98980ad89320e4e8b0ca515a7

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-11 23:35:54 pgsql: Fix more memory leaks in failure path in buildACLCommands.
Previous Message Tom Lane 2015-02-11 03:38:53 pgsql: Fix pg_dump's heuristic for deciding which casts to dump.