Skip to content

Commit 286f8dd

Browse files
committed
Correction as suggested by Dimitry Sibiryakov
1 parent 202814f commit 286f8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jrd/optimizer/Retrieval.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ void Retrieval::getInversionCandidates(InversionCandidateList& inversions,
986986
case segmentScanStarting:
987987
case segmentScanEqual:
988988
case segmentScanEquivalent:
989+
case segmentScanList:
989990
scratch.lowerCount++;
990991
scratch.upperCount++;
991992
factor = REDUCE_SELECTIVITY_FACTOR_STARTING;

0 commit comments

Comments
 (0)