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