File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.13 2003/01/12 22:35:29 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.14 2003/01/14 10:19:02 petere Exp $
3
3
-->
4
4
5
5
<chapter id="indexcost">
@@ -237,7 +237,7 @@ amcostestimate (Query *root,
237
237
* Also, we charge for evaluation of the indexquals at each index tuple.
238
238
* All the costs are assumed to be paid incrementally during the scan.
239
239
*/
240
- cost_qual_eval(&index_qual_cost, indexQuals);
240
+ cost_qual_eval(& index_qual_cost, indexQuals);
241
241
*indexStartupCost = index_qual_cost.startup;
242
242
*indexTotalCost = numIndexPages +
243
243
(cpu_index_tuple_cost + index_qual_cost.per_tuple) * numIndexTuples;
You can’t perform that action at this time.
0 commit comments