]> granicus.if.org Git - postgresql/commit
Convert the existing regression test scripts for the various optional
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 May 2005 17:55:22 +0000 (17:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 May 2005 17:55:22 +0000 (17:55 +0000)
commit0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee
treea7ce4d78d12e02b1852bc75c502ff878d9d50aed
parent1ea069b1f61aee5e901886aee8b51051e00aad54
Convert the existing regression test scripts for the various optional
PLs to use the standard pg_regress infrastructure.  No changes in the
tests themselves.  Andrew Dunstan
30 files changed:
src/pl/Makefile
src/pl/plperl/GNUmakefile
src/pl/plperl/expected/plperl.out [moved from src/pl/plperl/test/test.expected with 96% similarity]
src/pl/plperl/sql/plperl.sql [moved from src/pl/plperl/test/test_queries.sql with 100% similarity]
src/pl/plperl/test/runtest [deleted file]
src/pl/plpython/Makefile
src/pl/plpython/expected/plpython_drop.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_error.out [moved from src/pl/plpython/error.expected with 85% similarity]
src/pl/plpython/expected/plpython_function.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_populate.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_schema.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_test.out [moved from src/pl/plpython/feature.expected with 89% similarity]
src/pl/plpython/plpython_depopulate.sql [deleted file]
src/pl/plpython/plpython_deschema.sql [deleted file]
src/pl/plpython/plpython_drop.sql [deleted file]
src/pl/plpython/plpython_setof.sql [deleted file]
src/pl/plpython/sql/plpython_drop.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_error.sql [moved from src/pl/plpython/plpython_error.sql with 100% similarity]
src/pl/plpython/sql/plpython_function.sql [moved from src/pl/plpython/plpython_function.sql with 100% similarity]
src/pl/plpython/sql/plpython_populate.sql [moved from src/pl/plpython/plpython_populate.sql with 100% similarity]
src/pl/plpython/sql/plpython_schema.sql [moved from src/pl/plpython/plpython_schema.sql with 100% similarity]
src/pl/plpython/sql/plpython_test.sql [moved from src/pl/plpython/plpython_test.sql with 100% similarity]
src/pl/plpython/test.sh [deleted file]
src/pl/tcl/Makefile
src/pl/tcl/expected/pltcl_queries.out [moved from src/pl/tcl/test/test.expected with 95% similarity]
src/pl/tcl/expected/pltcl_setup.out [new file with mode: 0644]
src/pl/tcl/sql/pltcl_queries.sql [moved from src/pl/tcl/test/test_queries.sql with 100% similarity]
src/pl/tcl/sql/pltcl_setup.sql [moved from src/pl/tcl/test/test_setup.sql with 100% similarity]
src/pl/tcl/test/README [deleted file]
src/pl/tcl/test/runtest [deleted file]