Opened 10 years ago
Closed 10 years ago
#2977 closed defect (fixed)
pagc_normalize_address function errors on nulls
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.7 |
Component: | tiger geocoder | Version: | 2.1.x |
Keywords: | Cc: |
Description
Gives error:
ERROR: record "var_parse_rec" is not assigned yet DETAIL: The tuple structure of a not-yet-assigned record is indeterminate. CONTEXT: SQL statement "SELECT var_parse_rec.city" PL/pgSQL function pagc_normalize_address(character varying) line 14 at assignment
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | PostGIS 2.1.5 → PostGIS 2.1.6 |
---|
comment:3 by , 10 years ago
Milestone: | PostGIS 2.1.6 → PostGIS 2.1.7 |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think I fixed this already in 2.1. If not will be fixed when I copy over 2.2 changes for tiger 2014
Note:
See TracTickets
for help on using tickets.
fixed for 2.2 at r13110. Will backport to 2.1 shortly after some testing.