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