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