mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
Remove some dead code.
This commit is contained in:
parent
1128f55659
commit
d7bb412e9c
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/executor/nodeTidscan.c,v 1.41 2004/12/31 21:59:45 pgsql Exp $
|
* $PostgreSQL: pgsql/src/backend/executor/nodeTidscan.c,v 1.42 2005/09/22 15:09:51 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -375,7 +375,6 @@ ExecInitTidScan(TidScan *node, EState *estate)
|
|||||||
Oid relid;
|
Oid relid;
|
||||||
Oid reloid;
|
Oid reloid;
|
||||||
Relation currentRelation;
|
Relation currentRelation;
|
||||||
Bitmapset *execParam = NULL;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* create state structure
|
* create state structure
|
||||||
@ -445,12 +444,6 @@ ExecInitTidScan(TidScan *node, EState *estate)
|
|||||||
*/
|
*/
|
||||||
ExecAssignScanType(&tidstate->ss, RelationGetDescr(currentRelation), false);
|
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.
|
* Initialize result tuple type and projection info.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user