mirror of https://github.com/citusdata/citus.git
parent
29b8576a33
commit
39233c54ac
|
@ -102,7 +102,6 @@ ErrorIfQueryNotSupported(Query *queryTree)
|
||||||
Oid distributedTableId = ExtractFirstDistributedTableId(queryTree);
|
Oid distributedTableId = ExtractFirstDistributedTableId(queryTree);
|
||||||
uint32 rangeTableId = 1;
|
uint32 rangeTableId = 1;
|
||||||
Var *partitionColumn = PartitionColumn(distributedTableId, rangeTableId);
|
Var *partitionColumn = PartitionColumn(distributedTableId, rangeTableId);
|
||||||
char partitionMethod = PartitionMethod(distributedTableId);
|
|
||||||
List *rangeTableList = NIL;
|
List *rangeTableList = NIL;
|
||||||
ListCell *rangeTableCell = NULL;
|
ListCell *rangeTableCell = NULL;
|
||||||
bool hasValuesScan = false;
|
bool hasValuesScan = false;
|
||||||
|
|
Loading…
Reference in New Issue