From: Alvaro Herrera Date: Fri, 20 May 2022 17:05:55 +0000 (+0200) Subject: Fix mis-merge of result file X-Git-Tag: REL_10_22~65 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8c47622bb36972a95cf3789217bf33b2d18a00ce;p=postgresql.git Fix mis-merge of result file Failed to "git add" this file in this branch. --- diff --git a/src/test/regress/expected/event_trigger.out b/src/test/regress/expected/event_trigger.out index ed738f5490c..a4d02f1d560 100644 --- a/src/test/regress/expected/event_trigger.out +++ b/src/test/regress/expected/event_trigger.out @@ -427,6 +427,8 @@ NOTICE: NORMAL: orig=t normal=f istemp=t type=table identity=pg_temp.a_temp_tbl -- CREATE OPERATOR CLASS without FAMILY clause should report -- both CREATE OPERATOR FAMILY and CREATE OPERATOR CLASS CREATE OPERATOR CLASS evttrigopclass FOR TYPE int USING btree AS STORAGE int; +NOTICE: END: command_tag=CREATE OPERATOR FAMILY type=operator family identity=public.evttrigopclass USING btree +NOTICE: END: command_tag=CREATE OPERATOR CLASS type=operator class identity=public.evttrigopclass USING btree DROP EVENT TRIGGER regress_event_trigger_report_dropped; DROP EVENT TRIGGER regress_event_trigger_report_end; -- only allowed from within an event trigger function, should fail