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