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

From Tom Lane
Subject Re: Comment on GatherPath.single_copy
Date
Msg-id 5934.1472642782@sss.pgh.pa.us
Whole thread Raw
In response to Re: Comment on GatherPath.single_copy  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Comment on GatherPath.single_copy  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: Exclude schema during pg_restore
Next
From: Tom Lane
Date:
Subject: Re: GIN logging GIN_SEGMENT_UNMODIFIED actions?