index c74ac9707a259be539e289e1dd78146a73c6bc9d..4dd3f9fbce1679a38a4a15288cfe7a7e97ff7443 100644 (file)
}
else if (IsA(clause, NullTest))
{
- NullTest *nt = (NullTest *) clause;
-
qinfo->clause_op = InvalidOid;
- Assert(match_index_to_operand((Node *) nt->arg, indexcol, index));
+ Assert(match_index_to_operand((Node *) ((NullTest *) clause)->arg,
+ indexcol, index));
qinfo->varonleft = true;
qinfo->other_operand = NULL;
}