On Thu, Sep 1, 2016 at 3:15 AM, Kyotaro HORIGUCHI <[email protected]> wrote: > At Wed, 31 Aug 2016 07:26:22 -0400, Tom Lane <[email protected]> wrote in > <[email protected]> >> Robert Haas <[email protected]> writes: >> > On Tue, Aug 30, 2016 at 6:38 PM, Tom Lane <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
