]> 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:14:14 +0000 (11:14 +0100)
commit9be9ac4254cf32e98980ad89320e4e8b0ca515a7
tree42ab15d35336016057149a94e15f8df6fa02823c
parent2593c703955613771dfde29700634ca9349cd972
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