[PostGIS] #5687: PostgreSQL 17 regression failures with spgist indexes
PostGIS
trac at osgeo.org
Sat Mar 9 15:11:35 PST 2024
#5687: PostgreSQL 17 regression failures with spgist indexes
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 3.5.0
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Okay I think I got the issue now what's wrong.
The postgis_get_full_version_schema() function, tries to find the oid of
the postgis_full_version() function and it uses, postgresql's
FuncnameGetCandidates to try to find that schema. However
FuncnameGetCandidates function only searches the schemas in the
search_path for said function. So since the code wiped out public (the
most likely location of PostGIS install), it can't find the schema
anymore.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5687#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list