pgsql/src/backend/executor nodeIndexscan.c nod ...
pgsql/src/backend/executor nodeIndexscan.c nod ...
От:
tgl@postgresql.org
Дата:
CVSROOT: /cvsroot Module name: pgsql Changes by: tgl@postgresql.org 02/02/11 15:10:56 Modified files: src/backend/executor: nodeIndexscan.c nodeTidscan.c Log message: 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.