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)
commit12d355b37fc87e35feede4b2b271de65d32efc94
treeda4e39dfa4afa8645fee9c5495842d9b6f06f64b
parentb4f781ebb14920b7b074f6059bc56cb897acc930
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]