--
-- int24mi/2
--
create or replace function int24mi(
  smallint,
  integer
) returns int4 as $$
int24mi$$ language plpgsql;