--
-- hashoidvector/1
--
create or replace function hashoidvector(
  oidvector
) returns int4 as $$
hashoidvector$$ language plpgsql;