[postgis-tickets] [PostGIS] #4287: Assertion failure in gserialized_gist_picksplit while creating gist index on geometry(LineString, 4326) column
PostGIS
trac at osgeo.org
Mon Mar 11 14:00:55 PDT 2019
#4287: Assertion failure in gserialized_gist_picksplit while creating gist index
on geometry(LineString,4326) column
-----------------------+---------------------------
Reporter: bgandhi1 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.3
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by pramsey):
However, the source of the problem is likely the Nan-valued vertices in
the data? Do you know how you got those?
{{{
SELECT ST_AsText(surface_bh_ls)
FROM t
WHERE st_x(st_endpoint(surface_bh_ls)) = double precision 'NaN';
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4287#comment:6>
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