Repair crash in EvalPlanQual of query involving nestloop with inner
Tom Lane <tgl@sss.pgh.pa.us>
Repair crash in EvalPlanQual of query involving nestloop with inner index scan. Problem was that link to outer tuple wasn't being stored everyplace it needed to be.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeIndexscan.c | modified | +9 −2 |