File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/regress/expected Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -427,6 +427,8 @@ NOTICE: NORMAL: orig=t normal=f istemp=t type=table identity=pg_temp.a_temp_tbl
427
427
-- CREATE OPERATOR CLASS without FAMILY clause should report
428
428
-- both CREATE OPERATOR FAMILY and CREATE OPERATOR CLASS
429
429
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
430
432
DROP EVENT TRIGGER regress_event_trigger_report_dropped;
431
433
DROP EVENT TRIGGER regress_event_trigger_report_end;
432
434
-- only allowed from within an event trigger function, should fail
You can’t perform that action at this time.
0 commit comments