1. 26 4月, 2006 1 次提交
    • T
      The 8.1 planner removes WHERE quals from the plan when the quals are · 1e3593ce
      Tom Lane 提交于
      implied by the predicate of a partial index being used to scan a table.
      However, this optimization is unsafe in an UPDATE, DELETE, or SELECT FOR
      UPDATE query, because the quals need to be rechecked by EvalPlanQual if
      there's an update conflict.  Per example from Jean-Samuel Reynaud.
      1e3593ce
  2. 25 4月, 2006 23 次提交
  3. 24 4月, 2006 3 次提交
  4. 23 4月, 2006 7 次提交
  5. 22 4月, 2006 6 次提交