semi colon fix
This commit is contained in:
parent
32117c7480
commit
e03c3eece2
@ -115,7 +115,7 @@ DECLARE
|
|||||||
BEGIN
|
BEGIN
|
||||||
dist := 1e999;
|
dist := 1e999;
|
||||||
pols := array_agg((ST_dump(polygon)).geom);
|
pols := array_agg((ST_dump(polygon)).geom);
|
||||||
FOR j in 1..array_length(pols, 1);
|
FOR j in 1..array_length(pols, 1)
|
||||||
LOOP
|
LOOP
|
||||||
pol := pols[j];
|
pol := pols[j];
|
||||||
d := dist;
|
d := dist;
|
||||||
|
Loading…
Reference in New Issue
Block a user