Changes between Initial Version and Version 1 of Ticket #5687, comment 5


Ignore:
Timestamp:
Mar 9, 2024, 2:40:04 PM (5 months ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5687, comment 5

    initial v1  
    11I'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.
    22
    3 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
     3Some 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#L295
    44
    55I see similar in the spgist_3d.
    66
     7The initialize cache eventually gets to postgisConstants which then does a search for postgis extension schema https://git.osgeo.org/gitea/postgis/postgis/src/branch/master/libpgcommon/lwgeom_pg.c#L69
     8
    79Not sure why we have a config function for these and it's not needed for the gist one.