sync all inner code

This commit is contained in:
yanghao
2023-03-07 20:47:24 +08:00
parent b8ee37ad67
commit 46e9fd015b
127 changed files with 1220 additions and 556 deletions

View File

@ -575,9 +575,8 @@ bool findPartialMatch(TupleHashTable hashtable, TupleTableSlot* slot, FmgrInfo*
InitTupleHashIterator(hashtable, &hashiter);
while ((entry = ScanTupleHashTable(&hashiter)) != NULL) {
CHECK_FOR_INTERRUPTS();
ExecStoreMinimalTuple(entry->firstTuple, hashtable->tableslot, false);
if (!execTuplesUnequal(slot, hashtable->tableslot, num_cols, key_col_idx, eqfunctions,
hashtable->tempcxt, hashtable->tab_collations)) {