Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2385cdd

Browse files
committed
add approved tests
1 parent 8e92ca1 commit 2385cdd

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

expected/pathman_update_triggers.out

+3-12
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)