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-07T02:21:20Z
Lists: pgsql-hackers
On Tue, Mar 7, 2017 at 6:39 AM, David Rowley <david.rowley@2ndquadrant.com> wrote: > While scanning over postgresql.conf I happened to notice something > that didn't ring quite true about max_parallel_workers. The comment > confuses worker_processes with parallel workers. > +1. How about changing the description of max_parallel_workers_per_gather to "taken from max_worker_processes, limited by max_parallel_workers"? -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Improve postgresql.conf.sample comments about parallel workers.
- 2b87dd8d7ae3 10.0 landed