Fixed array handling in ecpg.
authorMichael Meskes <meskes@postgresql.org>
Tue, 10 Feb 2015 11:00:13 +0000 (12:00 +0100)
committerMichael Meskes <meskes@postgresql.org>
Tue, 10 Feb 2015 11:04:10 +0000 (12:04 +0100)
commit1f393fc923ec77f25fd37e16fd8ccb480df82ebb
treee771707dfd308ec99087cdfb601bdb74c07ef032
parent025c02420de990c15a90e9e3f86fcfbc5b59ee88
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
src/interfaces/ecpg/test/expected/sql-array.c
src/interfaces/ecpg/test/expected/sql-array.stderr
src/interfaces/ecpg/test/expected/sql-array.stdout
src/interfaces/ecpg/test/expected/sql-oldexec.c
src/interfaces/ecpg/test/expected/sql-oldexec.stderr
src/interfaces/ecpg/test/sql/array.pgc
src/interfaces/ecpg/test/sql/oldexec.pgc