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