Changes between Initial Version and Version 2 of Ticket #3949


Ignore:
Timestamp:
Dec 21, 2017, 11:17:54 AM (6 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3949

    • Property Priority mediumhigh
  • Ticket #3949 – Description

    initial v2  
    11For the pair of attached geometries, the standard distance code appears to go into an infinite (at least, very long) loop. Similarly sized geometries can run distance calculations in a few 10s of ms.
    22{{{
    3 select st_
    4   distance(a.geom, b.geom),
     3select
     4  st_distance(a.geom, b.geom),
    55  a.edabbr, b.edabbr, 
    66  st_memsize(a.geom), st_memsize(b.geom)