mirror of https://github.com/citusdata/citus.git
Very important commit, lots of implications. Check why this works now
parent
987370bed7
commit
9c4b8cc62b
|
@ -464,6 +464,7 @@ static void
|
||||||
AdjustPartitioningForDistributedPlanning(List *rangeTableList,
|
AdjustPartitioningForDistributedPlanning(List *rangeTableList,
|
||||||
bool setPartitionedTablesInherited)
|
bool setPartitionedTablesInherited)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
ListCell *rangeTableCell = NULL;
|
ListCell *rangeTableCell = NULL;
|
||||||
|
|
||||||
foreach(rangeTableCell, rangeTableList)
|
foreach(rangeTableCell, rangeTableList)
|
||||||
|
|
Loading…
Reference in New Issue