FixBuildError

pull/7557/head
EmelSimsek 2024-03-11 17:43:28 +03:00
parent 4398c123b1
commit baa5941c50
No known key found for this signature in database
GPG Key ID: EB13DFB77C32D7D8
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ CreateFixPartitionShardIndexNames(Oid parentRelationId, Oid partitionRelationId,
task->taskPlacementList = ActiveShardPlacementList(parentShardId); task->taskPlacementList = ActiveShardPlacementList(parentShardId);
bool localExecutionSupported = true; bool localExecutionSupported = true;
ExecuteUtilityTaskList(task, localExecutionSupported); ExecuteUtilityTaskList(list_make1(task), localExecutionSupported);
} }
/* after every iteration, clean-up all the memory associated with it */ /* after every iteration, clean-up all the memory associated with it */