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

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Small fix to postgresql.conf.sample's comment on max_parallel_workers
Date: 2017-03-07 01:09:06
Message-ID: CAKJS1f8gPEUPscj6kSqpveMnnx9_3ZypzwsKstv+8atx6VmjBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
postgresql.conf.sample_fix.patch application/octet-stream 822 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-03-07 01:37:46 Re: WARNING: relcache reference leak: relation "p1" not closed
Previous Message Andres Freund 2017-03-07 00:53:30 Re: Need a builtin way to run all tests faster manner