Skip to content

Commit

Permalink
actually use the index
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Oct 13, 2023
1 parent 9e62e66 commit 47b901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/distributed/metadata/metadata_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 47b901d

Please sign in to comment.