--
-- int2larger/2
--
create or replace function int2larger(
  smallint,
  smallint
) returns int2 as $$
int2larger$$ language plpgsql;