Streamlined array handling code in libecpg a little bit, in the process fixing yet another incorrect log output.

Michael Meskes <meskes@postgresql.org>

Commit: a96ad2fc7471b9abea0697b79ff3706c618d39f2
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-02-04T09:41:35Z
Releases: 9.0.0
Streamlined array handling code in libecpg a little bit, in the process fixing yet another incorrect log output.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/data.c modified +42 −30
src/interfaces/ecpg/ecpglib/execute.c modified +2 −2
src/interfaces/ecpg/ecpglib/extern.h modified +3 −1
src/interfaces/ecpg/test/expected/compat_informix-rnull.stderr modified +20 −20
src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr modified +32 −32
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr modified +3 −3
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr modified +6 −6
src/interfaces/ecpg/test/expected/connect-test2.stderr modified +5 −5
src/interfaces/ecpg/test/expected/connect-test3.stderr modified +2 −2
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr modified +2 −2
src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.stderr modified +48 −48
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr modified +1 −1
src/interfaces/ecpg/test/expected/preproc-array_of_struct.stderr modified +16 −16
src/interfaces/ecpg/test/expected/preproc-autoprep.stderr modified +18 −18
src/interfaces/ecpg/test/expected/preproc-cursor.stderr modified +48 −48
src/interfaces/ecpg/test/expected/preproc-define.stderr modified +6 −6
src/interfaces/ecpg/test/expected/preproc-outofscope.stderr modified +15 −15
src/interfaces/ecpg/test/expected/preproc-strings.stderr modified +6 −6
src/interfaces/ecpg/test/expected/preproc-type.stderr modified +6 −6
src/interfaces/ecpg/test/expected/preproc-variable.stderr modified +25 −25
src/interfaces/ecpg/test/expected/preproc-whenever.stderr modified +3 −3
src/interfaces/ecpg/test/expected/sql-array.stderr modified +3 −3
src/interfaces/ecpg/test/expected/sql-binary.stderr modified +7 −7
src/interfaces/ecpg/test/expected/sql-define.stderr modified +2 −2
src/interfaces/ecpg/test/expected/sql-desc.stderr modified +7 −7
src/interfaces/ecpg/test/expected/sql-dynalloc2.stderr modified +12 −12
src/interfaces/ecpg/test/expected/sql-dynalloc.stderr modified +16 −16
src/interfaces/ecpg/test/expected/sql-dyntest.stderr modified +14 −14
src/interfaces/ecpg/test/expected/sql-execute.stderr modified +30 −30
src/interfaces/ecpg/test/expected/sql-fetch.stderr modified +12 −12
src/interfaces/ecpg/test/expected/sql-func.stderr modified +1 −1
src/interfaces/ecpg/test/expected/sql-indicators.stderr modified +4 −4
src/interfaces/ecpg/test/expected/sql-insupd.stderr modified +6 −6
src/interfaces/ecpg/test/expected/sql-oldexec.stderr modified +27 −27
src/interfaces/ecpg/test/expected/sql-parser.stderr modified +3 −3
src/interfaces/ecpg/test/expected/sql-quote.stderr modified +9 −9
src/interfaces/ecpg/test/expected/sql-show.stderr modified +5 −5
src/interfaces/ecpg/test/expected/sql-sqlda.stderr modified +26 −26