Re: Comment on GatherPath.single_copy - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Comment on GatherPath.single_copy
Date
Msg-id CA+Tgmoa72G6nQEi6gj_9iJ5_6_pTg23sJC7UNm6grWwHiKkELQ@mail.gmail.com
Whole thread Raw
In response to Re: Comment on GatherPath.single_copy  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List pgsql-hackers
On Thu, Sep 1, 2016 at 3:15 AM, Kyotaro HORIGUCHI
<horiguchi.kyotaro@lab.ntt.co.jp> wrote:
> At Wed, 31 Aug 2016 07:26:22 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote in <5934.1472642782@sss.pgh.pa.us>
>> Robert Haas <robertmhaas@gmail.com> writes:
>> > On Tue, Aug 30, 2016 at 6:38 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> >> Robert, could you fix the documentation for that field so it's
>> >> intelligible?
>>
>> > Uh, maybe.  The trick, as you've already noted, is finding something
>> > better.  Maybe this:
>>
>> > -    bool        single_copy;    /* path must not be executed >1x */
>> > +    bool        single_copy;    /* don't execute path in multiple processes */
>>
>> OK by me.
>>
>>                       regards, tom lane
>
> Me too, thanks.

OK, changed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: Logical Replication WIP
Next
From: Robert Haas
Date:
Subject: Re: Choosing parallel_degree