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

Commit 7d2b387

Browse files
committed
optimizer cleanup
1 parent 6e2edaf commit 7d2b387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/path/prune.c

Lines changed: 2 additions & 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.22 1999/02/05 19:59:26 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.23 1999/02/05 20:34:11 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -61,7 +61,7 @@ prune_joinrels(List *rel_list)
6161
static List *
6262
prune_joinrel(RelOptInfo *rel, List *other_rels)
6363
{
64-
List *r1 = NIL;
64+
List *i = NIL;
6565
List *result = NIL;
6666

6767
foreach(i, other_rels)

0 commit comments

Comments
 (0)