Fix attributes on mark_aggregate_for_distributed_execution

fix_120_custom_aggregates_distribute_multiarg
Philip Dubé 2019-10-18 20:41:45 +00:00
parent 79fde86d6c
commit 005b4d00f7
1 changed files with 1 additions and 1 deletions

View File

@ -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';