[PostGIS] #5687: PostgreSQL 17 regression failures with spgist indexes

PostGIS trac at osgeo.org
Sat Mar 9 14:35:56 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):

 I'm having trouble building PG17 under mingw and reverted 0a5d454 as it
 caused other issues and is not the culprit since the regress_index and
 regress_nd_index which use the same function are working fine.

 Some observations in the gist_index code, there is no logic to try to find
 location of postgis extension, yet I see this code in spgist. I'm assuming
 that is where it's failing -
 https://git.osgeo.org/gitea/postgis/postgis/src/branch/master/postgis/gserialized_spgist_2d.c#L296

 I see similar in the spgist_3d.

 Not sure why we have a config function for these and it's not needed for
 the gist one.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5687#comment:5>
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