Repair crash in EvalPlanQual of query involving nestloop with inner

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 611afd9f4b3536b15912ead6cea5db88ea4fad35
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-11-12T17:18:06Z
Releases: 7.2.1
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

PathChange+/−
src/backend/executor/nodeIndexscan.c modified +9 −2