Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7bb412

Browse files
committed
Remove some dead code.
1 parent1128f55 commitd7bb412

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
Oidrelid;
376376
Oidreloid;
377377
RelationcurrentRelation;
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)

[8]ページ先頭

©2009-2025 Movatter.jp