]> git.openstreetmap.org Git - nominatim.git/commit
use a typed record for place info in get_addressdata
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Dec 2020 13:46:34 +0000 (14:46 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Dec 2020 13:46:34 +0000 (14:46 +0100)
commit5cf573c34051409a73dc39618ebba17112417447
tree3ad70b9920e2e56223b4ff1145521b1c5d76fa1f
parenta338ba695b67a65aaa5102a0cfe2bd7da398a0b3
use a typed record for place info in get_addressdata

Older versions of Postgresql cannot handle an untyped record
for INTO.

Fixes #2100.
sql/functions/address_lookup.sql