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

Commit2385cdd

Browse files
committed
add approved tests
1 parent8e92ca1 commit2385cdd

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

‎expected/pathman_update_triggers.out

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ NOTICE: AFTER INSERT ROW (test_1)
5252
set pg_pathman.enable_partitionrouter = t;
5353
update test_update_triggers.test set val = val + 1 returning *, tableoid::regclass;
5454
NOTICE: BEFORE UPDATE ROW (test_1)
55-
NOTICE: BEFORE DELETE ROW (test_1)
56-
NOTICE: BEFORE INSERT ROW (test_1)
57-
NOTICE: AFTER DELETE ROW (test_1)
58-
NOTICE: AFTER INSERT ROW (test_1)
55+
NOTICE: AFTER UPDATE ROW (test_1)
5956
val | tableoid
6057
-----+-----------------------------
6158
2 | test_update_triggers.test_1
@@ -74,10 +71,7 @@ NOTICE: AFTER INSERT ROW (test_2)
7471

7572
update test_update_triggers.test set val = val + 1 returning *, tableoid::regclass;
7673
NOTICE: BEFORE UPDATE ROW (test_2)
77-
NOTICE: BEFORE DELETE ROW (test_2)
78-
NOTICE: BEFORE INSERT ROW (test_2)
79-
NOTICE: AFTER DELETE ROW (test_2)
80-
NOTICE: AFTER INSERT ROW (test_2)
74+
NOTICE: AFTER UPDATE ROW (test_2)
8175
val | tableoid
8276
-----+-----------------------------
8377
4 | test_update_triggers.test_2
@@ -96,10 +90,7 @@ NOTICE: AFTER INSERT ROW (test_1)
9690

9791
update test_update_triggers.test set val = val + 1 returning *, tableoid::regclass;
9892
NOTICE: BEFORE UPDATE ROW (test_1)
99-
NOTICE: BEFORE DELETE ROW (test_1)
100-
NOTICE: BEFORE INSERT ROW (test_1)
101-
NOTICE: AFTER DELETE ROW (test_1)
102-
NOTICE: AFTER INSERT ROW (test_1)
93+
NOTICE: AFTER UPDATE ROW (test_1)
10394
val | tableoid
10495
-----+-----------------------------
10596
6 | test_update_triggers.test_1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp