]> granicus.if.org Git - postgresql/commit
Repair problems with EvalPlanQual where target table is scanned as
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Feb 2002 20:10:50 +0000 (20:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Feb 2002 20:10:50 +0000 (20:10 +0000)
commit6799a6ca21e509f3fd16a057e30970f500273d1a
treefacbd1e39e713be5f087c9dd9c327a5de9c9ebc4
parent0cdf4d96bcd3b82ef712243f783a54da04a95bda
Repair problems with EvalPlanQual where target table is scanned as
inner indexscan (ie, one with runtime keys).  ExecIndexReScan must
compute or recompute runtime keys even if we are rescanning in the
EPQ case.  TidScan seems to have comparable problems.  Per bug
noted by Barry Lind 11-Feb-02.
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeTidscan.c