Made parser check for valid copy to/from stdin/stdout combinations.

Michael Meskes <meskes@postgresql.org>

Commit: 6e11202dbed1227cb19b43f4037f682a47aded34
Author: Michael Meskes <meskes@postgresql.org>
Date: 2006-08-08T11:51:25Z
Releases: 8.2.0
Made parser check for valid copy to/from stdin/stdout combinations.
Lots of small changes in regression test suite

Files

PathChange+/−
src/interfaces/ecpg/ChangeLog modified +4 −0
src/interfaces/ecpg/ecpglib/data.c modified +28 −2
src/interfaces/ecpg/ecpglib/misc.c modified +3 −3
src/interfaces/ecpg/preproc/preproc.y modified +12 −8
src/interfaces/ecpg/test/errors/init.pgc modified +2 −3
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr modified +3 −3
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr modified +4 −4
src/interfaces/ecpg/test/expected/complex-test1.stderr modified +63 −63
src/interfaces/ecpg/test/expected/complex-test2.stderr modified +30 −30
src/interfaces/ecpg/test/expected/complex-test3.stderr modified +20 −20
src/interfaces/ecpg/test/expected/complex-test4.stderr modified +6 −6
src/interfaces/ecpg/test/expected/complex-test5.stderr modified +9 −9
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/errors-init.c modified +23 −27
src/interfaces/ecpg/test/expected/errors-init.stderr modified +6 −6
src/interfaces/ecpg/test/expected/errors-init.stdout modified +1 −1
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr modified +2 −2
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr modified +1 −1
src/interfaces/ecpg/test/expected/sql-define.stderr modified +2 −2
src/interfaces/ecpg/test/expected/sql-desc.stderr modified +3 −3
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-dyntest2.c modified +3 −3
src/interfaces/ecpg/test/expected/sql-dyntest2.stderr modified +14 −14
src/interfaces/ecpg/test/expected/sql-dyntest2.stdout modified +1 −1
src/interfaces/ecpg/test/expected/sql-dyntest.stderr modified +438 −438
src/interfaces/ecpg/test/expected/sql-indicators.stderr modified +4 −4
src/interfaces/ecpg/test/expected/sql-quote.stderr modified +1 −1
src/interfaces/ecpg/test/expected/sql-show.stderr modified +5 −5
src/interfaces/ecpg/test/pg_regress.inc.sh.in modified +2 −1
src/interfaces/ecpg/test/pg_regress.sh modified +21 −17
src/interfaces/ecpg/test/sql/dyntest2.pgc modified +2 −2