Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaefcc2b

Browse files
committed
PL/Tcl: Improve trigger tests organization
The trigger tests for PL/Tcl were spread aroud pltcl_setup.sql andpltcl_queries.sql, mixed with other tests, which makes them hard tofollow and edit. Move all the trigger-related pieces to a new filepltcl_trigger.sql. This also makes the test setup more similar toplperl and plpython.
1 parent69039fd commitaefcc2b

File tree

7 files changed

+1379
-1365
lines changed

7 files changed

+1379
-1365
lines changed

‎src/pl/tcl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DATA = pltcl.control pltcl--1.0.sql pltcl--unpackaged--1.0.sql \
2828
pltclu.control pltclu--1.0.sql pltclu--unpackaged--1.0.sql
2929

3030
REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-extension=pltcl
31-
REGRESS = pltcl_setup pltcl_queries pltcl_call pltcl_start_proc pltcl_subxact pltcl_unicode pltcl_transaction
31+
REGRESS = pltcl_setup pltcl_queriespltcl_triggerpltcl_call pltcl_start_proc pltcl_subxact pltcl_unicode pltcl_transaction
3232

3333
# Tcl on win32 ships with import libraries only for Microsoft Visual C++,
3434
# which are not compatible with mingw gcc. Therefore we need to build a

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp