[postgis-tickets] [PostGIS] #5448: Test failures on i386

PostGIS trac at osgeo.org
Mon Jul 24 13:37:57 PDT 2023


#5448: Test failures on i386
------------------------------------+---------------------------
  Reporter:  Bas Couwenberg         |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.4.0
 Component:  build/upgrade/install  |    Version:  master
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Comment (by pramsey):

 OK, on the ST_LineExtend tests, this is actually coming from the
 ST_SnapToGrid part. On my machine, that reduces the dupes vertices away,
 while on the 32bit runner it seems to be failing to snap them.
 {{{
 select st_astext(st_snaptogrid('LINESTRING(0 0,1 1,1 1,1 1)'::geometry,
 0.001),3);
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5448#comment:2>
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