-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
autovacuum and pg_upgrade can't handle the ll_to_earth call used in the place_idx_geo index, because it references things in the public schema while assuming they're in the search_path. These tools only have pg_catalog in the search_path since 10.3.
We'll have to override this function with a version that schema-qualifies those references.