Fix tid scan evaluation of non-constant TID values; can't try to do it
Tom Lane <tgl@sss.pgh.pa.us>
Fix tid scan evaluation of non-constant TID values; can't try to do it during ExecInitTidScan, because the rest of the executor isn't ready.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeTidscan.c | modified | +47 −34 |