Fixed array handling in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: 32e6331958390ef8d09c5d696ec0afb1f34cd1e9
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-11T10:27:21Z
Releases: 9.1.16
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