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.
pull/880/head^2
Yuri Astrakhan 2020-05-20 13:38:11 -04:00 zatwierdzone przez GitHub
rodzic 97216c5c19
commit bac0f25b1d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -102,7 +102,6 @@ RETURNS TABLE(geometry geometry, osm_id bigint, render_height int, render_min_he
) AS zoom_levels
ORDER BY render_height ASC, ST_YMin(geometry) DESC;
$$
LANGUAGE SQL IMMUTABLE
PARALLEL SAFE;
LANGUAGE SQL IMMUTABLE;
-- not handled: where a building outline covers building parts