Reduce the default for max_worker_processes back to 8.
authorRobert Haas <rhaas@postgresql.org>
Mon, 5 Dec 2016 15:53:21 +0000 (10:53 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 5 Dec 2016 15:53:21 +0000 (10:53 -0500)
commit2b959d4957ff47c77b2518dcddbf3aa126a1593c
tree7eb1aaa2e77efb3c16b501eb2bc88c89d4ebca71
parent88f626f8680fbe93444582317d1adb375111855f
Reduce the default for max_worker_processes back to 8.

Commit b460f5d6693103076dc554aa7cbb96e1e53074f9 -- at my suggestion --
increased the default value of max_worker_processes from 8 to 16, on
the theory that this would be harmless and convenient for users.
Unfortunately, this caused some buildfarm machines with low connection
limits to start failing, so apparently it's not harmless after all.
doc/src/sgml/config.sgml
src/backend/utils/init/globals.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/pg_resetxlog/pg_resetxlog.c