Fixed array handling in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: 1a321fea71db878755a4a2c00d45b98e10842a92
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-11T10:13:11Z
Releases: 9.3.7
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