Fixed array handling in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: 9be9ac4254cf32e98980ad89320e4e8b0ca515a7
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-11T10:14:14Z
Releases: 9.2.11
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.

Files

PathChange+/−
doc/src/sgml/ecpg.sgml modified +7 −4
src/interfaces/ecpg/ecpglib/data.c modified +37 −26
src/interfaces/ecpg/ecpglib/execute.c modified +121 −144