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