We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c239ee commit eff6a75Copy full SHA for eff6a75
src/backend/access/nbtree/nbtutils.c
@@ -392,7 +392,6 @@ _bt_preprocess_array_keys(IndexScanDesc scan)
392
elemtype = cur->sk_subtype;
393
if (elemtype == InvalidOid)
394
elemtype = rel->rd_opcintype[cur->sk_attno - 1];
395
- Assert(elemtype == ARR_ELEMTYPE(arrayval));
396
397
/*
398
* If the comparison operator is not equality, then the array qual
0 commit comments