From: Robert Haas Date: Tue, 3 May 2016 14:39:21 +0000 (-0400) Subject: Note that max_worker_processes requires restart. X-Git-Tag: REL9_6_BETA1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e77949e67b94af4d2a350c6dac9109419932608;p=thirdparty%2Fpostgresql.git Note that max_worker_processes requires restart. Since this is a minor issue, no back-patch. Julien Rouhaud --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index e6c6591430a..2d2db7ed003 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -166,7 +166,7 @@ # - Asynchronous Behavior - #effective_io_concurrency = 1 # 1-1000; 0 disables prefetching -#max_worker_processes = 8 +#max_worker_processes = 8 # (change requires restart) #max_parallel_degree = 2 # max number of worker processes per node #old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate # (change requires restart)