--
-- array_recv/3
--
create or replace function array_recv(
  internal,
  oid,
  integer
) returns anyarray as $$
array_recv$$ language plpgsql;