Reported-by: Alexander Lakhin
/*
* If the result of prechecking required keys was true, then in
* assert-enabled builds we also recheck that _bt_checkkeys()
- * result is is the same.
+ * result is the same.
*/
Assert(!requiredMatchedByPrecheck ||
passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,
/*
* Is the key required for scanning for either forward or backward
- * direction? If so and called told us that these types of keys are
+ * direction? If so and caller told us that these types of keys are
* known to be matched, skip the check. Except for the row keys,
* where NULLs could be found in the middle of matching values.
*/