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