--
-- bit_send/1
--
create or replace function bit_send(
  bit
) returns bytea as $$
bit_send$$ language plpgsql;