diff --git a/src/backend/distributed/sql/citus--9.0-1--9.0-customagg.sql b/src/backend/distributed/sql/citus--9.0-1--9.0-customagg.sql index ef4218cc4..cd4a35240 100644 --- a/src/backend/distributed/sql/citus--9.0-1--9.0-customagg.sql +++ b/src/backend/distributed/sql/citus--9.0-1--9.0-customagg.sql @@ -3,7 +3,7 @@ SET search_path = 'pg_catalog'; CREATE FUNCTION mark_aggregate_for_distributed_execution(regprocedure, strategy text) RETURNS void AS 'MODULE_PATHNAME' -LANGUAGE C STRICT IMMUTABLE PARALLEL SAFE; +LANGUAGE C; SET search_path = 'citus';