optimizer cleanup

This commit is contained in:
Bruce Momjian 1999-02-05 20:34:11 +00:00
parent 6e2edaf4b8
commit 7d2b3874aa
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* 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)
static List *
prune_joinrel(RelOptInfo *rel, List *other_rels)
{
List *r1 = NIL;
List *i = NIL;
List *result = NIL;
foreach(i, other_rels)