Skip to content

Commit 97f0d0c

Browse files
committed
Escape ampersand.
1 parent 56e6436 commit 97f0d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/indexcost.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="indexcost">
@@ -237,7 +237,7 @@ amcostestimate (Query *root,
237237
* Also, we charge for evaluation of the indexquals at each index tuple.
238238
* All the costs are assumed to be paid incrementally during the scan.
239239
*/
240-
cost_qual_eval(&index_qual_cost, indexQuals);
240+
cost_qual_eval(&amp;index_qual_cost, indexQuals);
241241
*indexStartupCost = index_qual_cost.startup;
242242
*indexTotalCost = numIndexPages +
243243
(cpu_index_tuple_cost + index_qual_cost.per_tuple) * numIndexTuples;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy