]> granicus.if.org Git - postgresql/commit
PL/Tcl: Improve trigger tests organization
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Mar 2019 10:21:01 +0000 (11:21 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Mar 2019 11:42:07 +0000 (12:42 +0100)
commitaefcc2bba211b738b3dd3cb393d9cdfcbcdc83cd
tree09e86713e58afaca42a8dc08036c0304ab660f28
parent69039fda837d7a9c78e42b9dd5291d454e71f460
PL/Tcl: Improve trigger tests organization

The trigger tests for PL/Tcl were spread aroud pltcl_setup.sql and
pltcl_queries.sql, mixed with other tests, which makes them hard to
follow and edit.  Move all the trigger-related pieces to a new file
pltcl_trigger.sql.  This also makes the test setup more similar to
plperl and plpython.
src/pl/tcl/Makefile
src/pl/tcl/expected/pltcl_queries.out
src/pl/tcl/expected/pltcl_setup.out
src/pl/tcl/expected/pltcl_trigger.out [new file with mode: 0644]
src/pl/tcl/sql/pltcl_queries.sql
src/pl/tcl/sql/pltcl_setup.sql
src/pl/tcl/sql/pltcl_trigger.sql [new file with mode: 0644]