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