--
-- interval_mi/2
--
create or replace function interval_mi(
  interval,
  interval
) returns interval as $$
interval_mi$$ language plpgsql;