We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45e492 commit d3a8510Copy full SHA for d3a8510
src/backend/optimizer/path/prune.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.20 1999/02/04 23:19:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.21 1999/02/05 03:43:05 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -61,7 +61,7 @@ prune_joinrels(List *rel_list)
61
static List *
62
prune_joinrel(RelOptInfo *rel, List *other_rels)
63
{
64
- List *i = NIL;
+ List *r1 = NIL;
65
List *result = NIL;
66
67
foreach(r1, other_rels)
0 commit comments