[postgis-tickets] [PostGIS] #2672: ST_AsTWKBAgg fails NULL crash test

PostGIS trac at osgeo.org
Mon Mar 10 12:21:52 PDT 2014


#2672: ST_AsTWKBAgg fails NULL crash test
----------------------+-----------------------------------------------------
  Reporter:  robe     |       Owner:  nicklas      
      Type:  defect   |      Status:  closed       
  Priority:  blocker  |   Milestone:  PostGIS 2.2.0
 Component:  postgis  |     Version:  trunk        
Resolution:  fixed    |    Keywords:               
----------------------+-----------------------------------------------------
Changes (by nicklas):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Thanks for catching this!

 Should be fixed in r12318

 It now ignores null inputs and aggregates the other.
 That behavior can be questioned since that means the corresponding ID will
 be just lost.

 The alternative I guess is putting some empty geometry in the aggregate,
 but I do not know if that is correct either. No big deal I guess.

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