]> granicus.if.org Git - postgresql/commit
Fixed array handling in ecpg.
authorMichael Meskes <meskes@postgresql.org>
Wed, 11 Feb 2015 09:45:46 +0000 (10:45 +0100)
committerMichael Meskes <meskes@postgresql.org>
Wed, 11 Feb 2015 09:57:02 +0000 (10:57 +0100)
commit66c4ea8cb6e8d282111783326e5c9bec330bf4e2
treef46e4871bb53f6ba381610e4ed1f58ff7cf20cf1
parenta592e5883529b7a73188d1b325c30a5a4eee65e4
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