Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark
Tom Lane <tgl@sss.pgh.pa.us>
Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark list in ExecLockRows() forgot to allow for the possibility that some of the rowmarks are for child tables that aren't relevant to the current row. Per report from Kenichiro Tanaka.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeLockRows.c | modified | +8 −1 |