Remove parallel safe on layer_building for now (#882)
layer_building uses osm_all_buildings, which uses a non-parallel-safe as_numeric. Marking it as non-parallel safe for now until we switch to CleanNumeric later.
This commit is contained in:
parent
97216c5c19
commit
bac0f25b1d
@ -102,7 +102,6 @@ RETURNS TABLE(geometry geometry, osm_id bigint, render_height int, render_min_he
|
|||||||
) AS zoom_levels
|
) AS zoom_levels
|
||||||
ORDER BY render_height ASC, ST_YMin(geometry) DESC;
|
ORDER BY render_height ASC, ST_YMin(geometry) DESC;
|
||||||
$$
|
$$
|
||||||
LANGUAGE SQL IMMUTABLE
|
LANGUAGE SQL IMMUTABLE;
|
||||||
PARALLEL SAFE;
|
|
||||||
|
|
||||||
-- not handled: where a building outline covers building parts
|
-- not handled: where a building outline covers building parts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user