10000
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 6e2edaf commit 7d2b387Copy full SHA for 7d2b387
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.22 1999/02/05 19:59:26 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.23 1999/02/05 20:34:11 momjian 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 *r1 = NIL;
+ List *i = NIL;
65
List *result = NIL;
66
67
foreach(i, other_rels)
0 commit comments