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