[postgis-tickets] [PostGIS] #3162: geocode_intersection crashes on an intersection

PostGIS trac at osgeo.org
Tue Oct 3 23:50:08 PDT 2017


#3162: geocode_intersection crashes on an intersection
-----------------------------+---------------------------
  Reporter:  alexreinhart    |      Owner:  robe
      Type:  defect          |     Status:  closed
  Priority:  medium          |  Milestone:  PostGIS 2.3.3
 Component:  tiger geocoder  |    Version:  2.1.x
Resolution:  worksforme      |   Keywords:
-----------------------------+---------------------------
Changes (by robe):

 * status:  reopened => closed
 * resolution:   => worksforme
 * milestone:  PostGIS 2.2.6 => PostGIS 2.3.3


Comment:

 Just ran this on my 2.4.0 and 2.3.3 installs:


 {{{
 SELECT pprint_addy(addy), rating
   FROM geocode_intersection('S FOREST', 'WASHTENAW', 'MI', 'ANN ARBOR',
 '48104');


            pprint_addy            | rating
 ----------------------------------+--------
  1298 Forest, Ann Arbor, MI 48104 |      0
  917 Forest, Ann Arbor, MI 48104  |      0
  S Forest Ave, Ann Arbor, MI      |      6
 (3 rows)



 }}}

 So I'm going to mark this as a works for me in 2.3.3

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