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

Skip to content

Commit 8c47622

Browse files
committed
Fix mis-merge of result file
Failed to "git add" this file in this branch.
1 parent 70f70d7 commit 8c47622

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/regress/expected/event_trigger.out

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ NOTICE: NORMAL: orig=t normal=f istemp=t type=table identity=pg_temp.a_temp_tbl
427427
-- CREATE OPERATOR CLASS without FAMILY clause should report
428428
-- both CREATE OPERATOR FAMILY and CREATE OPERATOR CLASS
429429
CREATE OPERATOR CLASS evttrigopclass FOR TYPE int USING btree AS STORAGE int;
430+
NOTICE: END: command_tag=CREATE OPERATOR FAMILY type=operator family identity=public.evttrigopclass USING btree
431+
NOTICE: END: command_tag=CREATE OPERATOR CLASS type=operator class identity=public.evttrigopclass USING btree
430432
DROP EVENT TRIGGER regress_event_trigger_report_dropped;
431433
DROP EVENT TRIGGER regress_event_trigger_report_end;
432434
-- only allowed from within an event trigger function, should fail

0 commit comments

Comments
 (0)