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