Do not allow the WHERE_IDX_ONLY query planner result in cases where a
partial index is used on an UPDATE or a DELETE, since the code might still
need to access the original table due to parameterized terms in the WHERE
clause of the partial index. (tags: partial-index-terms-patch)
↧