Re: Typo in parallel.sqml

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo in parallel.sqml
Date: 2016-10-13 23:52:16
Message-ID: CAB7nPqSonuaOuWAHj7wR+A4V=UAtN4Xhrrco1s_R3tXCkKFDvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 14, 2016 at 8:41 AM, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> wrote:
> diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
> index 7f8e902..02173da 100644
> --- a/doc/src/sgml/parallel.sgml
> +++ b/doc/src/sgml/parallel.sgml
> @@ -339,7 +339,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
>
> <para>
> When executing a parallel plan, you can use <literal>EXPLAIN (ANALYZE,
> - VERBOSE)</literal> will display per-worker statistics for each plan node.
> + VERBOSE)</literal> to display per-worker statistics for each plan node.
> This may be useful in determining whether the work is being evenly
> distributed between all plan nodes and more generally in understanding the
> performance characteristics of the plan.

Indeed. It looks like a bad copy-pasto of two sentences gathered together.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-10-14 00:00:59 Re: Stats sender and 2pc minor problem
Previous Message Tatsuo Ishii 2016-10-13 23:41:50 Typo in parallel.sqml