mirror of https://github.com/citusdata/citus.git
fix builds
parent
b1f73a4bd7
commit
0eb985f188
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue