Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53cba77

Browse files
committed
doc: Fix figures in example description
oversight in 244c8b4 Reported-by: Blaz Merela <blaz@merela.org>
1 parent 56a95ee commit 53cba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/perform.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ WHERE t1.unique1 &lt; 10 AND t1.unique2 = t2.unique2;
388388
as a result of caching that's expected to occur during the repeated
389389
index scans on <literal>t2</literal>.) The
390390
costs of the loop node are then set on the basis of the cost of the outer
391-
scan, plus one repetition of the inner scan for each outer row (10 * 7.87,
391+
scan, plus one repetition of the inner scan for each outer row (10 * 7.91,
392392
here), plus a little CPU time for join processing.
393393
</para>
394394

0 commit comments

Comments
 (0)