diff options
Diffstat (limited to 'src/backend/optimizer/geqo/geqo_paths.c')
-rw-r--r-- | src/backend/optimizer/geqo/geqo_paths.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/optimizer/geqo/geqo_paths.c b/src/backend/optimizer/geqo/geqo_paths.c index f347ebb784a..a46a6c30a03 100644 --- a/src/backend/optimizer/geqo/geqo_paths.c +++ b/src/backend/optimizer/geqo/geqo_paths.c @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_paths.c,v 1.8 1998/02/26 04:32:23 momjian Exp $ + * $Id: geqo_paths.c,v 1.9 1998/06/15 19:28:37 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -147,9 +147,7 @@ set_paths(Rel *rel, Path *unorderedpath) rel->pathlist = lremove(unorderedpath, rel->pathlist); } else - { rel->unorderedpath = (Path *) unorderedpath; - } return (cheapest); } |