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

Commit d3a8510

Browse files
committed
Fix silly typo in prune_joinrel
1 parent c45e492 commit d3a8510

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.20 1999/02/04 23:19:53 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.21 1999/02/05 03:43:05 tgl 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 *i = NIL;
64+
List *r1 = NIL;
6565
List *result = NIL;
6666

6767
foreach(r1, other_rels)

0 commit comments

Comments
 (0)