From: Robert Haas Date: Wed, 15 Nov 2017 13:37:32 +0000 (-0500) Subject: Fix typo. X-Git-Tag: REL_11_BETA1~1232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebc189e12259cc28b9a09db000626fea1e2a3ffa;p=thirdparty%2Fpostgresql.git Fix typo. Jesper Pedersen Discussion: http://postgr.es/m/000f92d6-f623-95a5-b341-46e2c0495cea@redhat.com --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index c7cd72ade2f..63b8723569c 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -163,7 +163,7 @@ #effective_io_concurrency = 1 # 1-1000; 0 disables prefetching #max_worker_processes = 8 # (change requires restart) #max_parallel_workers_per_gather = 2 # taken from max_parallel_workers -#parallel_leader_particulation = on +#parallel_leader_participation = on #max_parallel_workers = 8 # maximum number of max_worker_processes that # can be used in parallel queries #old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate