Fix tid scan evaluation of non-constant TID values; can't try to do it

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

Commit: 8d108fb1669e5f475b22b760eb37c65a8b1877a0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-26T01:17:01Z
Releases: 7.4.1
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

PathChange+/−
src/backend/executor/nodeTidscan.c modified +47 −34