]> granicus.if.org Git - postgresql/commit
Fix tid scan evaluation of non-constant TID values; can't try to do it
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Sep 2003 01:17:01 +0000 (01:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Sep 2003 01:17:01 +0000 (01:17 +0000)
commit8d108fb1669e5f475b22b760eb37c65a8b1877a0
tree07ff44c7f519e34220a1296676e9199daa417967
parent2848dc5feaa3bc4b0449c132bc94641b3cb7813e
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.
src/backend/executor/nodeTidscan.c