Fixed array handling in ecpg.
authorMichael Meskes <meskes@postgresql.org>
Wed, 11 Feb 2015 10:13:11 +0000 (11:13 +0100)
committerMichael Meskes <meskes@postgresql.org>
Wed, 11 Feb 2015 10:13:11 +0000 (11:13 +0100)
commit1a321fea71db878755a4a2c00d45b98e10842a92
tree490a727ebe027bf55ec8dc856cbe6d807d11d366
parenta4e871caada8117d5ca712187fb2bb0f68ec2879
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.
doc/src/sgml/ecpg.sgml
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c