8000 doc: Fix figures in example description · peralozac/postgres@53cba77 · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0