mirror of https://github.com/citusdata/citus.git
FixBuildError
parent
4398c123b1
commit
baa5941c50
|
@ -600,7 +600,7 @@ CreateFixPartitionShardIndexNames(Oid parentRelationId, Oid partitionRelationId,
|
|||
task->taskPlacementList = ActiveShardPlacementList(parentShardId);
|
||||
|
||||
bool localExecutionSupported = true;
|
||||
ExecuteUtilityTaskList(task, localExecutionSupported);
|
||||
ExecuteUtilityTaskList(list_make1(task), localExecutionSupported);
|
||||
}
|
||||
|
||||
/* after every iteration, clean-up all the memory associated with it */
|
||||
|
|
Loading…
Reference in New Issue