File tree 1 file changed +15
-0
lines changed
Filter options
1 file changed +15
-0
lines changed
Original file line number Diff line number Diff line change 1521
1521
unlike => { exclude_dump_test_schema => 1, },
1522
1522
},
1523
1523
1524
+ 'CREATE OPERATOR CLASS dump_test.op_class_empty' => {
1525
+ create_order => 89,
1526
+ create_sql => 'CREATE OPERATOR CLASS dump_test.op_class_empty
1527
+ FOR TYPE bigint USING btree FAMILY dump_test.op_family
1528
+ AS STORAGE bigint;',
1529
+ regexp => qr/^
1530
+ \Q CREATE OPERATOR CLASS dump_test.op_class_empty\E\n\s +
1531
+ \Q FOR TYPE bigint USING btree FAMILY dump_test.op_family AS\E\n\s +
1532
+ \Q STORAGE bigint;\E
1533
+ /xm,
1534
+ like =>
1535
+ { %full_runs , %dump_test_schema_runs , section_pre_data => 1, },
1536
+ unlike => { exclude_dump_test_schema => 1, },
1537
+ },
1538
+
1524
1539
'CREATE EVENT TRIGGER test_event_trigger' => {
1525
1540
create_order => 33,
1526
1541
create_sql => 'CREATE EVENT TRIGGER test_event_trigger
You can’t perform that action at this time.
0 commit comments