Fixed array handling in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: ce2fcc58ee0ed80ba49124061994924a7e164e11
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-11T10:30:11Z
Releases: 9.0.20
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

Files

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