Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit150ac36

Browse files
committed
Doc: improve a couple of comments in postgresql.conf.sample.
Clarify comments associated with max_parallel_workers andrelated settings.Per bug #18343 from Christopher Kline.Discussion:https://postgr.es/m/18343-3a5e903d1d3692ab@postgresql.org
1 parent1de0995 commit150ac36

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
@@ -178,10 +178,10 @@
178178
#effective_io_concurrency = 1# 1-1000; 0 disables prefetching
179179
#maintenance_io_concurrency = 10# 1-1000; 0 disables prefetching
180180
#max_worker_processes = 8# (change requires restart)
181-
#max_parallel_maintenance_workers = 2#taken from max_parallel_workers
182-
#max_parallel_workers_per_gather = 2#taken from max_parallel_workers
181+
#max_parallel_maintenance_workers = 2#limited by max_parallel_workers
182+
#max_parallel_workers_per_gather = 2#limited by max_parallel_workers
183183
#parallel_leader_participation = on
184-
#max_parallel_workers = 8#maximumnumber of max_worker_processes that
184+
#max_parallel_workers = 8# number of max_worker_processes that
185185
# can be used in parallel operations
186186
#old_snapshot_threshold = -1# 1min-60d; -1 disables; 0 is immediate
187187
# (change requires restart)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp