projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e7ccf
)
Remove some dead code.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 22 Sep 2005 15:09:51 +0000
(15:09 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 22 Sep 2005 15:09:51 +0000
(15:09 +0000)
src/backend/executor/nodeTidscan.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/nodeTidscan.c
b/src/backend/executor/nodeTidscan.c
index 0a1407d9639f343ab9df5ece21d969f84088cf94..721d870518226505a2951ca99c8eb42487f7b78f 100644
(file)
--- a/
src/backend/executor/nodeTidscan.c
+++ b/
src/backend/executor/nodeTidscan.c
@@
-375,7
+375,6
@@
ExecInitTidScan(TidScan *node, EState *estate)
Oid relid;
Oid reloid;
Relation currentRelation;
- Bitmapset *execParam = NULL;
/*
* create state structure
@@
-445,12
+444,6
@@
ExecInitTidScan(TidScan *node, EState *estate)
*/
ExecAssignScanType(&tidstate->ss, RelationGetDescr(currentRelation), false);
- /*
- * if there are some PARAM_EXEC in skankeys then force tid rescan on
- * first scan.
- */
- tidstate->ss.ps.chgParam = execParam;
-
/*
* Initialize result tuple type and projection info.
*/