Re: parallel.sgml

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: parallel.sgml
Date: 2016-10-13 01:57:06
Message-ID: 20161013.105706.2114125329629912001.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> While reading parallel.sgml, I met with following sentence.
>
> If this occurs, the leader will execute the portion of the plan
> between below the <literal>Gather</> node entirely by itself,
> almost as if the <literal>Gather</> node were not present.
>
> Maybe "the portion of the plan between below" shoud have been
> "the portion of the plan below"?

Can someone, possibly a native English speaker, please confirm this is
typo or not? I cannot parse the sentence as it is, but this maybe
because I'm not a English speaker.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-10-13 02:22:58 Re: Renaming of pg_xlog and pg_clog
Previous Message Dilip Kumar 2016-10-13 01:23:47 Re: Proposal: scan key push down to heap [WIP]