]> granicus.if.org Git - postgresql/commit
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:30:11 +0000 (11:30 +0100)
commitce2fcc58ee0ed80ba49124061994924a7e164e11
treee0525524d88eb529be1bf06d587ea250dba756ae
parent8e70f3c40a0a983c40ea533b631a0738b76faf53
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.

Conflicts:
doc/src/sgml/ecpg.sgml
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c