[PostGIS] #5885: ST_Intersection with gridSize argument does not internally use ReducePrecision ?

PostGIS trac at osgeo.org
Sun Apr 27 12:41:06 PDT 2025


#5885: ST_Intersection with gridSize argument does not internally use
ReducePrecision ?
----------------------+----------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.1.13
 Component:  postgis  |    Version:  3.1.x
Resolution:           |   Keywords:
----------------------+----------------------------
Comment (by strk):

 > Can you make a full reproducer of this case?

 #5862 has the inputs, here is the call that creates the input table:

 {{{
 CREATE TABLE t5862_inputs AS SELECT
 'LINESTRING(
 22.780107846871616 70.70515928614921,
 22.779899976871615 70.7046262461492
 )'::geometry e1,
 'LINESTRING(
 22.79217056687162 70.70247684614921,
 22.779969266871618 70.70480392614921,
 22.780038556871617 70.7049816061492,
 22.796764346871615 70.7044482361492
 )'
 ::geometry e2;
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5885#comment:6>
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