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