Typo

From: blaz(at)merela(dot)org
To: pgsql-docs(at)postgresql(dot)org
Subject: Typo
Date: 2017-12-12 12:02:27
Message-ID: 20171212120227.20142.46037@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/using-explain.html
Description:

"The costs of the loop node are then set on the basis of the cost of the
outer scan, plus one repetition of the inner scan for each outer row (10 *
7.87, here), plus a little CPU time for join processing."

Shouldn't it be "10 * 7.91" inside the braces?

Responses

  • Re: Typo at 2017-12-12 16:26:25 from Peter Eisentraut

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2017-12-12 16:20:57 Re: Potentially misplaced "we trust"
Previous Message blaz 2017-12-12 10:33:12 Potentially misplaced "we trust"