Re: Typo

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: blaz(at)merela(dot)org, pgsql-docs(at)postgresql(dot)org
Subject: Re: Typo
Date: 2017-12-12 16:26:25
Message-ID: d2b2e56e-f4dc-8dfa-1333-f681327aa1b7@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 12/12/17 07:02, blaz(at)merela(dot)org wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/using-explain.html
> Description:
>
> &quot;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.&quot;
>
> Shouldn&#39;t it be &quot;10 * 7.91&quot; inside the braces?

Yes. That wasn't updated when the EXPLAIN output was regenerated some
time ago. Do you see any other numbers in the next that don't match the
EXPLAIN output?

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

  • Typo at 2017-12-12 12:02:27 from blaz

Responses

  • Re: Typo at 2017-12-18 21:14:13 from Peter Eisentraut

Browse pgsql-docs by date

  From Date Subject
Next Message Arseny Sher 2017-12-13 13:50:59 Is PQgetResult() guaranteed to return the whole SQL command result?
Previous Message Peter Eisentraut 2017-12-12 16:20:57 Re: Potentially misplaced "we trust"