]> git.ipfire.org Git - thirdparty/postgresql.git/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:27:21 +0000 (11:27 +0100)
commit32e6331958390ef8d09c5d696ec0afb1f34cd1e9
tree7fcf9989b33424effccb6796b245ec4d065c8668
parent14794f9b8ef9e555b93fd1d8f55594b821410f8e
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