[postgis-tickets] [PostGIS] #3006: Numeric overflow when executing AddRasterConstraints

PostGIS trac at osgeo.org
Wed Dec 3 09:22:40 PST 2014


#3006: Numeric overflow when executing AddRasterConstraints
--------------------+-------------------------------------------------------
 Reporter:  rtorre  |       Owner:  dustymugs    
     Type:  defect  |      Status:  new          
 Priority:  high    |   Milestone:  PostGIS 2.1.5
Component:  raster  |     Version:  2.1.x        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by robe):

 rtorre -- thinking about this more I think your change while in principal
 is fine is too much of a breaking change.

 Talked with dustymugs on IRC and he was okay with just increasing the
 precision to 25,10.

 The issue with your change is that that check constraint is parsed out by
 the function _raster_constraint_info_scale

 So your proposed change would require us to rewrite to support that new
 format as well as older constraint format.  Since this is a critical
 change that should go into 2.1.5, I don't feel comfortable doing such a
 change that requires such extensive testing.

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