Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c9f2f9

Browse files
committed
Doc: improve a couple of comments in postgresql.conf.sample.
Clarify comments associated with max_parallel_workers and related settings. Per bug #18343 from Christopher Kline. Discussion: https://postgr.es/m/18343-3a5e903d1d3692ab@postgresql.org
1 parent 9f13376 commit 5c9f2f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
196196
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
197197
#max_worker_processes = 8 # (change requires restart)
198-
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
199-
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
200-
#max_parallel_workers = 8 # maximum number of max_worker_processes that
198+
#max_parallel_workers_per_gather = 2 # limited by max_parallel_workers
199+
#max_parallel_maintenance_workers = 2 # limited by max_parallel_workers
200+
#max_parallel_workers = 8 # number of max_worker_processes that
201201
# can be used in parallel operations
202202
#parallel_leader_participation = on
203203

0 commit comments

Comments
 (0)