fix builds

pull/7483/head
Onur Tirtir 2024-02-22 11:53:47 +03:00
parent b1f73a4bd7
commit 0eb985f188
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ PreprocessCreateDatabaseStmt(Node *node, const char *queryString,
WorkerNode *workerNode = NULL;
foreach_ptr(workerNode, allNodes)
{
InsertCleanupRecordInSubtransaction(
InsertCleanupRecordOutsideTransaction(
CLEANUP_OBJECT_DATABASE,
pstrdup(quote_identifier(tempDatabaseName)),
workerNode->groupId,