[postgis-tickets] [PostGIS] #4144: When ANALYZE a table that contains certains values on a geometry field, PostgreSQL crash

PostGIS trac at osgeo.org
Thu Sep 13 12:29:40 PDT 2018


#4144: When ANALYZE a table that contains certains values on a geometry field,
PostgreSQL crash
----------------------+---------------------------
  Reporter:  zancos   |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 2.4.5
 Component:  postgis  |    Version:  2.4.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 Confirmed crasher on OSX as well
 {{{
 DROP TABLE IF EXISTS bug_table;
 CREATE TABLE bug_table (
   geom geometry NOT NULL DEFAULT NULL
 );

 INSERT INTO bug_table (geom)
   VALUES ('GEOMETRYCOLLECTION(POINT(-3.385894e+38 0 0),POINT(0 0 0))');

 ANALYZE bug_table;
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4144#comment:10>
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