projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e6436
)
Escape ampersand.
author
Peter Eisentraut
Tue, 14 Jan 2003 10:19:02 +0000
(10:19 +0000)
committer
Peter Eisentraut
Tue, 14 Jan 2003 10:19:02 +0000
(10:19 +0000)
doc/src/sgml/indexcost.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/indexcost.sgml
b/doc/src/sgml/indexcost.sgml
index 2e62280a8be8e37fd117679a7ba9f5674e76e9a9..1211653edd2a34496a01e294de7c1a4a8a5dfe03 100644
(file)
--- a/
doc/src/sgml/indexcost.sgml
+++ b/
doc/src/sgml/indexcost.sgml
@@
-1,5
+1,5
@@
@@
-237,7
+237,7
@@
amcostestimate (Query *root,
* Also, we charge for evaluation of the indexquals at each index tuple.
* All the costs are assumed to be paid incrementally during the scan.
*/
- cost_qual_eval(&index_qual_cost, indexQuals);
+ cost_qual_eval(&
amp;
index_qual_cost, indexQuals);
*indexStartupCost = index_qual_cost.startup;
*indexTotalCost = numIndexPages +
(cpu_index_tuple_cost + index_qual_cost.per_tuple) * numIndexTuples;