[postgis-devel] [PostGIS] #1734: Crash in GiST index on inserting geography Point

PostGIS trac at osgeo.org
Thu Mar 29 01:48: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 strk):

 Could you please provide a complete script from table creation to crash ?

 I can't reproduce with this:
 {{{
 create table test (g geography);
 create index gt on test using gist (g);
 INSERT INTO test (g) select 'SRID=4326;POINT(-2.7546111
 8.0365000)'::geography from generate_series(1,1024);
 }}}

 Can you ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1734#comment:1>
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