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

Commit c45e492

Browse files
committed
Optimizer cleanups.
1 parent ae12e25 commit c45e492

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/optimizer/path/prune.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.19 1999/02/04 19:20:11 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.20 1999/02/04 23:19:53 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -139,7 +139,6 @@ prune_rel_path(RelOptInfo * rel, Path *unorderedpath)
139139
/* don't prune if not pruneable -- JMH, 11/23/92 */
140140
if (unorderedpath != cheapest && rel->pruneable)
141141
{
142-
143142
rel->unorderedpath = (Path *) NULL;
144143
rel->pathlist = lremove(unorderedpath, rel->pathlist);
145144
}

0 commit comments

Comments
 (0)