[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 13:55:08 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):
No, not able to reproduct.
{{{
postgis24=# \d t
Table "public.t"
Column | Type | Collation | Nullable |
Default
---------------+---------------------------+-----------+----------+---------
surface_bh_ls | geometry(LineString,4326) | | |
postgis24=# create index t_surface_bh_ls_x on t using gist(surface_bh_ls);
CREATE INDEX
postgis24=# select postgis_full_version();
NOTICE: Function postgis_gdal_version() not found. Is raster support
enabled and rtpostgis.sql installed?
NOTICE: Function postgis_raster_scripts_installed() not found. Is raster
support enabled and rtpostgis.sql installed?
NOTICE: Function postgis_raster_lib_version() not found. Is raster
support enabled and rtpostgis.sql installed?
postgis_full_version
---------------------------------------------------------------------------------------------------------------------
POSTGIS="2.4.8dev r17331" PGSQL="100" GEOS="3.8.0dev-CAPI-1.11.0
8d02a094" PROJ="Rel. 6.0.0, March 1st, 2019" LIBXML="2.9.4" LIBJSON="0.13"
LIBPROTOBUF="1.3.1"
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4287#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