--
-- _ltree_union/2
--
create or replace function _ltree_union(
  internal,
  internal
) returns ltree_gist as $$
_ltree_union$$ language plpgsql;