Add comment
Clarify the reason why some functions are dropped at the end of the file and not where their new definitions are.
This commit is contained in:
parent
00a3d6e650
commit
06bb669d4c
@ -739,6 +739,9 @@ BEGIN
|
|||||||
END;
|
END;
|
||||||
$$ LANGUAGE PLPGSQL;
|
$$ LANGUAGE PLPGSQL;
|
||||||
|
|
||||||
|
-- Here are some older signatures of these functions, no longar in use.
|
||||||
|
-- They must be droped here, after the (new) definition of the function `CDB_CreateOverviews`
|
||||||
|
-- because that function used to contain references to them in the default argument values.
|
||||||
DROP FUNCTION IF EXISTS _CDB_Feature_Density_Ref_Z_Strategy(REGCLASS);
|
DROP FUNCTION IF EXISTS _CDB_Feature_Density_Ref_Z_Strategy(REGCLASS);
|
||||||
DROP FUNCTION IF EXISTS _CDB_GridCluster_Reduce_Strategy(REGCLASS,INTEGER,INTEGER);
|
DROP FUNCTION IF EXISTS _CDB_GridCluster_Reduce_Strategy(REGCLASS,INTEGER,INTEGER);
|
||||||
DROP FUNCTION IF EXISTS _CDB_Sampling_Reduce_Strategy(REGCLASS,INTEGER,INTEGER);
|
DROP FUNCTION IF EXISTS _CDB_Sampling_Reduce_Strategy(REGCLASS,INTEGER,INTEGER);
|
||||||
|
Loading…
Reference in New Issue
Block a user