mirror of https://github.com/citusdata/citus.git
Citus indent
parent
c24a23b2f7
commit
ca12d09b8c
|
@ -1348,7 +1348,8 @@ PostprocessCreateFunctionStmt(Node *node, const char *queryString)
|
|||
EnsureDependenciesExistOnAllNodes(&functionAddress);
|
||||
|
||||
List *commands = list_make1(DISABLE_DDL_PROPAGATION);
|
||||
commands = list_concat(commands, CreateFunctionDDLCommandsIdempotent(&functionAddress));
|
||||
commands = list_concat(commands, CreateFunctionDDLCommandsIdempotent(
|
||||
&functionAddress));
|
||||
commands = list_concat(commands, list_make1(ENABLE_DDL_PROPAGATION));
|
||||
|
||||
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
||||
|
|
Loading…
Reference in New Issue