Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97f0d0c

Browse files
committed
Escape ampersand.
1 parent56e6436 commit97f0d0c

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)

[8]ページ先頭

©2009-2025 Movatter.jp