mirror of https://github.com/citusdata/citus.git
actually use the index
parent
e9c05647af
commit
a2fb92d8dd
|
@ -1512,7 +1512,7 @@ NodeGroupGetSeparatedShardPlacementGroup(int32 groupId)
|
|||
ShardPlacementGroup *nodeShardPlacementGroup = NULL;
|
||||
bool shardPlacementGroupNeedsSeparateNode = false;
|
||||
|
||||
bool indexOK = false;
|
||||
bool indexOK = true;
|
||||
int scanKeyCount = 1;
|
||||
ScanKeyData scanKey[1];
|
||||
|
||||
|
|
Loading…
Reference in New Issue