--
-- path_recv/1
--
create or replace function path_recv(
  internal
) returns path as $$
path_recv$$ language plpgsql;