[postgis-devel] [PostGIS] #1734: Crash in GiST index on inserting geography Point
PostGIS
trac at osgeo.org
Thu Mar 29 02:09:36 PDT 2012
#1734: Crash in GiST index on inserting geography Point
---------------------------+------------------------------------------------
Reporter: realityexists | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
Comment(by realityexists):
Just insert a single NULL first and then it crashes, ie.
{{{
create table test (g geography);
create index gt on test using gist (g);
INSERT INTO test(g) VALUES (NULL);
INSERT INTO test (g) select 'SRID=4326;POINT(-2.7546111
8.0365000)'::geography from generate_series(1,1024);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1734#comment:2>
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-devel
mailing list