rename functions where return parameter changed

Postgresql cannot cleanly reimport these functions when
upgrading, so simply rename to avoid errors.
This commit is contained in:
Sarah Hoffmann
2020-01-23 22:24:41 +01:00
parent 9371b1aeb9
commit 5ec25122f6
4 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ BEGIN
address_street_word_ids := word_ids_from_name(in_street);
IF address_street_word_ids IS NOT NULL THEN
out_parent_place_id := getNearestNamedRoadFeature(out_partition, place_centroid,
out_parent_place_id := getNearestNamedRoadPlaceId(out_partition, place_centroid,
address_street_word_ids);
END IF;