else in guard?

This commit is contained in:
Alex Garcia 2024-11-19 15:26:27 -08:00
parent 0123b249ea
commit 4039328eda

View file

@ -5521,9 +5521,9 @@ static int vec0BestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo) {
} }
value = VEC0_METADATA_OPERATOR_IN; value = VEC0_METADATA_OPERATOR_IN;
sqlite3_vtab_in(pIdxInfo, i, 1); sqlite3_vtab_in(pIdxInfo, i, 1);
} }else
#endif #endif
else { {
value = VEC0_PARTITION_OPERATOR_EQ; value = VEC0_PARTITION_OPERATOR_EQ;
} }
break; break;