aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2020-04-02 16:44:11 +1300
committerThomas Munro <tmunro@postgresql.org>2020-04-02 16:50:36 +1300
commit37b3794dfcfb9d55f7ea83693f50b1484caab21c (patch)
treec5667965ad20eecd7b4d09d37232b9e6adf47e53 /src
parent3a5e22138a8d014590834eb808c99a436c246aab (diff)
downloadpostgresql-37b3794dfcfb9d55f7ea83693f50b1484caab21c.tar.gz
postgresql-37b3794dfcfb9d55f7ea83693f50b1484caab21c.zip
Add maintenance_io_concurrency to postgresql.conf.sample.
New GUC from commit fc34b0d9.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index e9f8ca775da..7de4adc2ff1 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -174,6 +174,7 @@
# - 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