Add maintenance_io_concurrency to postgresql.conf.sample.
authorThomas Munro <[email protected]>
Thu, 2 Apr 2020 03:44:11 +0000 (16:44 +1300)
committerThomas Munro <[email protected]>
Thu, 2 Apr 2020 03:50:36 +0000 (16:50 +1300)
New GUC from commit fc34b0d9.

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

index e9f8ca775da956822d1558ed082a571dd9f570b7..7de4adc2ff19cb39d9935922744b9f2e5d8dfab6 100644 (file)
 # - Asynchronous Behavior -
 
 #effective_io_concurrency = 1      # 1-1000; 0 disables prefetching
+#maintenance_io_concurrency = 10   # 1-1000; 0 disables prefetching
 #max_worker_processes = 8      # (change requires restart)
 #max_parallel_maintenance_workers = 2  # taken from max_parallel_workers
 #max_parallel_workers_per_gather = 2   # taken from max_parallel_workers