mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
@ -4582,7 +4582,7 @@ fix_indexqual_operand(Node *node, IndexOptInfo *index, int indexcol)
|
||||
}
|
||||
}
|
||||
|
||||
/* Ooops... */
|
||||
/* Oops... */
|
||||
elog(ERROR, "index key does not match expected index column");
|
||||
return NULL; /* keep compiler quiet */
|
||||
}
|
||||
|
Reference in New Issue
Block a user