Fixes the comment

create_drop_db_gh
gindibay 2023-10-09 18:10:28 +03:00
parent 3547eeeb6f
commit d573910f2a
1 changed files with 3 additions and 1 deletions

View File

@ -481,7 +481,9 @@ PreprocessDropDatabaseStmt(Node *node, const char *queryString,
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;
List *taskList = CreateDDLTaskList(internalDropCommand->data, workerNodes,