Re: Small fix to postgresql.conf.sample's comment on max_parallel_workers

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-07T12:42:59Z
Lists: pgsql-hackers
On Tue, Mar 7, 2017 at 8:02 AM, David Rowley
<david.rowley@2ndquadrant.com> wrote:
> On 7 March 2017 at 15:21, Amit Kapila <amit.kapila16@gmail.com> wrote:
>> +1.  How about changing the description of
>> max_parallel_workers_per_gather to "taken from max_worker_processes,
>> limited by max_parallel_workers"?
>
> Thanks for looking.
>
> Seems more accurate to say that it's "taken from
> max_parallel_workers", maybe.
>

I thought of saying similar to what we have in docs, however the way
you have written works for me.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


Commits

  1. Improve postgresql.conf.sample comments about parallel workers.