mirror of https://github.com/citusdata/citus.git
Fix attributes on mark_aggregate_for_distributed_execution
parent
79fde86d6c
commit
005b4d00f7
|
@ -3,7 +3,7 @@ SET search_path = 'pg_catalog';
|
||||||
CREATE FUNCTION mark_aggregate_for_distributed_execution(regprocedure, strategy text)
|
CREATE FUNCTION mark_aggregate_for_distributed_execution(regprocedure, strategy text)
|
||||||
RETURNS void
|
RETURNS void
|
||||||
AS 'MODULE_PATHNAME'
|
AS 'MODULE_PATHNAME'
|
||||||
LANGUAGE C STRICT IMMUTABLE PARALLEL SAFE;
|
LANGUAGE C;
|
||||||
|
|
||||||
SET search_path = 'citus';
|
SET search_path = 'citus';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue