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: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-07T01:09:06Z
Lists: pgsql-hackers
Attachments
- postgresql.conf.sample_fix.patch (application/octet-stream) patch
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. The attached aims to put this right. -- 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