]> git.openstreetmap.org Git - nominatim.git/commit
use bool_or(ST_Intersects) instead of ST_Intersects(ST_Collect)
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 13 Nov 2020 20:34:29 +0000 (21:34 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Nov 2020 14:28:01 +0000 (15:28 +0100)
commit6b60f0ab032d84bc4488a8199189aad95fde023b
tree4fba71d8c6791f6b309c2c7773b96c0c037e7e1c
parentaa9923bf07eda02ff3deb8e2e95978c35767c577
use bool_or(ST_Intersects) instead of ST_Intersects(ST_Collect)

ST_Intersects segfaults on geometry collections for certain versions
of Postgis 3.
sql/partition-functions.src.sql