Citus indent

velioglu/tmpfuncprop
Burak Velioglu 2022-02-14 14:32:23 +03:00
parent c24a23b2f7
commit ca12d09b8c
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 2 additions and 1 deletions

View File

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