]> granicus.if.org Git - postgresql/commit
Start a separate test suite for plpgsql
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 7 Dec 2017 19:03:29 +0000 (14:03 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 13 Dec 2017 16:02:29 +0000 (11:02 -0500)
commit632b03da31cbbf4d32193d35031d301bd50d2679
tree35ae69edf6e2e942d157c201c501ed06a9f0cbae
parent3d8874224ff25de3ca4f9da8ce3118391bd6609e
Start a separate test suite for plpgsql

The plpgsql.sql test file in the main regression tests is now by far the
largest after numeric_big, making editing and managing the test cases
very cumbersome.  The other PLs have their own test suites split up into
smaller files by topic.  It would be nice to have that for plpgsql as
well.  So, to get that started, set up test infrastructure in
src/pl/plpgsql/src/ and split out the recently added procedure test
cases into a new file there.  That file now mirrors the test cases added
to the other PLs, making managing those matching tests a bit easier too.

msvc build system changes with help from Michael Paquier
src/pl/plpgsql/src/.gitignore
src/pl/plpgsql/src/Makefile
src/pl/plpgsql/src/expected/plpgsql_call.out [new file with mode: 0644]
src/pl/plpgsql/src/sql/plpgsql_call.sql [new file with mode: 0644]
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql
src/tools/msvc/vcregress.pl