Drop aggregate to be defined
Otherwise future versions will fail to recreate the aggregate
This commit is contained in:
parent
8f1435c049
commit
b5427c65c8
@ -591,7 +591,7 @@ $$
|
||||
$$
|
||||
LANGUAGE SQL IMMUTABLE;
|
||||
|
||||
-- Tell Postgres how to use our aggregate
|
||||
DROP AGGREGATE IF EXISTS _cdb_mode(anyelement);
|
||||
CREATE AGGREGATE _cdb_mode(anyelement) (
|
||||
SFUNC=array_append,
|
||||
STYPE=anyarray,
|
||||
|
Loading…
Reference in New Issue
Block a user