fix bug with variable declaration
This commit is contained in:
parent
108fa9cc56
commit
10fc4f56f0
@ -552,6 +552,7 @@ RETURNS NUMERIC
|
||||
AS $$
|
||||
DECLARE
|
||||
result NUMERIC;
|
||||
measure_ids NUMERIC[];
|
||||
BEGIN
|
||||
|
||||
IF boundary_id IS NULL THEN
|
||||
@ -603,7 +604,6 @@ RETURNS TEXT
|
||||
AS $$
|
||||
DECLARE
|
||||
names TEXT[];
|
||||
category_ids TEXT[];
|
||||
denominator_id TEXT;
|
||||
categories TEXT[];
|
||||
BEGIN
|
||||
|
Loading…
Reference in New Issue
Block a user