Commit 7d2b3874 authored by Bruce Momjian's avatar Bruce Momjian

optimizer cleanup

parent 6e2edaf4
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -61,7 +61,7 @@ prune_joinrels(List *rel_list) ...@@ -61,7 +61,7 @@ prune_joinrels(List *rel_list)
static List * static List *
prune_joinrel(RelOptInfo *rel, List *other_rels) prune_joinrel(RelOptInfo *rel, List *other_rels)
{ {
List *r1 = NIL; List *i = NIL;
List *result = NIL; List *result = NIL;
foreach(i, other_rels) foreach(i, other_rels)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment