mirror of https://github.com/citusdata/citus.git
Fixes the comment
parent
3547eeeb6f
commit
d573910f2a
|
@ -481,7 +481,9 @@ PreprocessDropDatabaseStmt(Node *node, const char *queryString,
|
||||||
UnmarkObjectDistributed(&dbAddress);
|
UnmarkObjectDistributed(&dbAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* we execute here to avoid EnsureCoordinator check in ExecuteDistributedDDLJob */
|
/* ExecuteDistributedDDLJob could not be used since it depends on namespace and
|
||||||
|
* database does not have namespace.
|
||||||
|
*/
|
||||||
|
|
||||||
bool outsideTransaction = false;
|
bool outsideTransaction = false;
|
||||||
List *taskList = CreateDDLTaskList(internalDropCommand->data, workerNodes,
|
List *taskList = CreateDDLTaskList(internalDropCommand->data, workerNodes,
|
||||||
|
|
Loading…
Reference in New Issue