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 75007a7 commit c831d08Copy full SHA for c831d08
src/backend/optimizer/path/orindxpath.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.21 1999/02/21 03:48:45 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.22 1999/03/08 13:35:50 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -132,7 +132,7 @@ create_or_index_paths(Query *root,
132
((Path *) pathnode)->path_cost += xfunc_get_path_cost((Path) pathnode);
133
}
134
#endif
135
- clausenode->selectivity = (Cost) floatVal(selecs);
+ clausenode->selectivity = (Cost) floatVal(lfirst(selecs));
136
t_list = lappend(t_list, pathnode);
137
138
0 commit comments