Fixed array handling in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: 1f393fc923ec77f25fd37e16fd8ccb480df82ebb
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-10T11:04:10Z
Releases: 9.5.0
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