Applied test suite update by Joachim Wieland <joe@mcknight.de>.

Michael Meskes <meskes@postgresql.org>

Commit: 27458bb4facc73d1d379dc425ac6ef6c26415204
Author: Michael Meskes <meskes@postgresql.org>
Date: 2006-08-03T13:11:04Z
Releases: 8.2.0
Applied test suite update by Joachim Wieland <joe@mcknight.de>.

Files

PathChange+/−
src/interfaces/ecpg/ChangeLog modified +4 −0
src/interfaces/ecpg/test/compat_informix/test_informix2.pgc modified +8 −7
src/interfaces/ecpg/test/complex/header_test.h modified +0 −2
src/interfaces/ecpg/test/complex/test5.pgc modified +0 −4
src/interfaces/ecpg/test/errors/init.pgc modified +2 −2
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c modified +34 −30
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr modified +17 −17
src/interfaces/ecpg/test/expected/complex-test2.c modified +6 −8
src/interfaces/ecpg/test/expected/complex-test3.c modified +6 −8
src/interfaces/ecpg/test/expected/complex-test5.c modified +1 −5
src/interfaces/ecpg/test/expected/complex-test5.stdout modified +1 −1
src/interfaces/ecpg/test/expected/errors-init.c modified +4 −4
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c modified +21 −23
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr modified +12 −12
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c modified +18 −20
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr modified +9 −9
src/interfaces/ecpg/test/expected/sql-desc.c modified +71 −66
src/interfaces/ecpg/test/expected/sql-desc.stderr modified +34 −34
src/interfaces/ecpg/test/expected/sql-desc.stdout modified +1 −1
src/interfaces/ecpg/test/expected/sql-dynalloc.c modified +187 −22
src/interfaces/ecpg/test/expected/sql-dynalloc.stderr modified +39 −56
src/interfaces/ecpg/test/expected/sql-dynalloc.stdout modified +4 −1
src/interfaces/ecpg/test/pg_regress.sh modified +10 −9
src/interfaces/ecpg/test/pgtypeslib/dt_test.pgc modified +0 −2
src/interfaces/ecpg/test/pgtypeslib/num_test.pgc modified +0 −2
src/interfaces/ecpg/test/sql/desc.pgc modified +4 −2
src/interfaces/ecpg/test/sql/dynalloc.pgc modified +59 −7