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