--
-- bitand/2
--
create or replace function bitand(
  bit,
  bit
) returns bit as $$
bit_and$$ language plpgsql;