mirror of https://github.com/citusdata/citus.git
Mark functions distributed if propagated to workers
parent
a29748db0e
commit
6770b222d5
|
@ -175,7 +175,7 @@ static DistributeObjectOps Any_CreateFunction = {
|
||||||
.preprocess = PreprocessCreateFunctionStmt,
|
.preprocess = PreprocessCreateFunctionStmt,
|
||||||
.postprocess = PostprocessCreateFunctionStmt,
|
.postprocess = PostprocessCreateFunctionStmt,
|
||||||
.address = CreateFunctionStmtObjectAddress,
|
.address = CreateFunctionStmtObjectAddress,
|
||||||
.markDistributed = false,
|
.markDistributed = true,
|
||||||
};
|
};
|
||||||
static DistributeObjectOps Any_CreatePolicy = {
|
static DistributeObjectOps Any_CreatePolicy = {
|
||||||
.deparse = NULL,
|
.deparse = NULL,
|
||||||
|
|
Loading…
Reference in New Issue