8000
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 ae12e25 commit c45e492Copy full SHA for c45e492
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.19 1999/02/04 19:20:11 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.20 1999/02/04 23:19:53 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -139,7 +139,6 @@ prune_rel_path(RelOptInfo * rel, Path *unorderedpath)
139
/* don't prune if not pruneable -- JMH, 11/23/92 */
140
if (unorderedpath != cheapest && rel->pruneable)
141
{
142
-
143
rel->unorderedpath = (Path *) NULL;
144
rel->pathlist = lremove(unorderedpath, rel->pathlist);
145
}
0 commit comments