Re: Small fix to postgresql.conf.sample's comment on max_parallel_workers
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-07T02:32:24Z
Lists: pgsql-hackers
Attachments
- postgresql.conf.sample_fix_v2.patch (application/octet-stream) patch v2
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. You can't "take" more than what's there, so perhaps the extra text is not required. Patch attached. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Improve postgresql.conf.sample comments about parallel workers.
- 2b87dd8d7ae3 10.0 landed