[COMMITTERS] pgsql: Fix PlanRowMark/ExecRowMark structures to handle inheritance cor

2011-01-12 Thread Tom Lane
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. In an inherited UPDATE/DELETE, each target table has its own subplan, because it might have a column set different from other targets. This means that the resjunk columns we add to support EvalPlanQual might be at different p

[COMMITTERS] pgsql: Fix PlanRowMark/ExecRowMark structures to handle inheritance cor

2011-01-12 Thread Tom Lane
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. In an inherited UPDATE/DELETE, each target table has its own subplan, because it might have a column set different from other targets. This means that the resjunk columns we add to support EvalPlanQual might be at different p