--
-- path_inter/2
--
create or replace function path_inter(
  path,
  path
) returns bool as $$
path_inter$$ language plpgsql;