Fixed array handling in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: 66c4ea8cb6e8d282111783326e5c9bec330bf4e2
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-11T09:57:02Z
Releases: 9.4.2
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 +113 −155