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