[postgis-tickets] [PostGIS] #5313: ST_Collect + ST_InterpolateRaster = "Unknown geometry type"
PostGIS
trac at osgeo.org
Mon Feb 13 15:08:09 PST 2023
#5313: ST_Collect + ST_InterpolateRaster = "Unknown geometry type"
------------------------+---------------------------
Reporter: Player701 | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Resolution: | Keywords:
------------------------+---------------------------
Comment (by pramsey):
Yes, it was a ST_InterpolateRaster problem. Not fully detoasting the datum
meant that when the collection result was sufficiently fresh the datum
didn't point right at the result memory, but somewhere else, so casting it
before detoasting led to bad memory access.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5313#comment:3>
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