[postgis-tickets] [PostGIS] #4407: Test failure on 32bit: tickets ... #3719

PostGIS trac at osgeo.org
Fri Aug 2 07:58:42 PDT 2019


#4407: Test failure on 32bit: tickets ... #3719
----------------------+---------------------------
  Reporter:  myon     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 3.0.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by Algunenano):

 It appears than a tolerance of 0.0 to remove repeated points in
 `lwcompound_linearize` is too small in 32b systems.

 Using DBL_EPSILON also doesn't work (kind of expected), but FLT_EPSILON
 works. I'm reviewing `lwarc_linearize` to see if we can do anything there
 to improve the precision of 32 bit systems; if not I'll just increase the
 tolerance to FLT_EPSILON.

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