update estimations
This commit is contained in:
parent
2e3a38897d
commit
c34f2f9ba6
@ -716,7 +716,7 @@ begin
|
|||||||
for i in 1..array_length(lines, 1) loop
|
for i in 1..array_length(lines, 1) loop
|
||||||
npoints = npoints + st_numpoints(lines[i]);
|
npoints = npoints + st_numpoints(lines[i]);
|
||||||
end loop;
|
end loop;
|
||||||
secs = npoints / 150;
|
secs = npoints / 33;
|
||||||
end
|
end
|
||||||
$$ language plpgsql;
|
$$ language plpgsql;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user