Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7bb412

Browse files
committed
Remove some dead code.
1 parent 1128f55 commit d7bb412

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/backend/executor/nodeTidscan.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/executor/nodeTidscan.c,v 1.41 2004/12/31 21:59:45 pgsql Exp $
11+
* $PostgreSQL: pgsql/src/backend/executor/nodeTidscan.c,v 1.42 2005/09/22 15:09:51 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -375,7 +375,6 @@ ExecInitTidScan(TidScan *node, EState *estate)
375375
Oid relid;
376376
Oid reloid;
377377
Relation currentRelation;
378-
Bitmapset *execParam = NULL;
379378

380379
/*
381380
* create state structure
@@ -445,12 +444,6 @@ ExecInitTidScan(TidScan *node, EState *estate)
445444
*/
446445
ExecAssignScanType(&tidstate->ss, RelationGetDescr(currentRelation), false);
447446

448-
/*
449-
* if there are some PARAM_EXEC in skankeys then force tid rescan on
450-
* first scan.
451-
*/
452-
tidstate->ss.ps.chgParam = execParam;
453-
454447
/*
455448
* Initialize result tuple type and projection info.
456449
*/

0 commit comments

Comments
 (0)