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