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