semi colon fix

This commit is contained in:
abelvm 2017-01-18 21:32:42 +01:00
parent 32117c7480
commit e03c3eece2

View File

@ -115,7 +115,7 @@ DECLARE
BEGIN
dist := 1e999;
pols := array_agg((ST_dump(polygon)).geom);
FOR j in 1..array_length(pols, 1);
FOR j in 1..array_length(pols, 1)
LOOP
pol := pols[j];
d := dist;