Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1azFDM-0006ID-W4 for pgsql-docs@arkaria.postgresql.org; Sun, 08 May 2016 03:17:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1azFDL-000347-Py for pgsql-docs@arkaria.postgresql.org; Sun, 08 May 2016 03:17:03 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1azFCz-0002ey-Qx for pgsql-docs@postgresql.org; Sun, 08 May 2016 03:16:41 +0000 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1azFCw-0007qz-TS for pgsql-docs@postgresql.org; Sun, 08 May 2016 03:16:40 +0000 Received: by mail-oi0-x236.google.com with SMTP id x19so178447044oix.2 for ; Sat, 07 May 2016 20:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=lL+zIPT7hISVZ8ARXGBwhZpvmT9ksFdWrqhgMQ+mm74=; b=ztZV8+Hrs93vqGM+mn0dw+3kdBeddpTJaUZOudOIP/SZBJiq/Qk75SKEO9JrN70R3R iFUzvxTrIqXAk6kKZqKZcOO5wufiDyDeDff1TIJUIkFWcSAhIBP4GWoYzOffIj+JVGzc gnLY9CQEF7KmUxKRLGF4C7WSACdWNBgHgetEVl5Y/p5sEtnPkl2o3/4GYQlrv/08eJqE CsPzOJ+58xwTg5SrZNBdtUS7SBUIkSGhzUcg1+cCHyES0bWYD/0GjOS0vXlKOttRKDHA W4crSp4uf4mnsilIMG8K+9yRUVOqz2/VdqeWNb1Rt5KMZ5JOdVwc+aXYxEgh1AltuUk0 Nn0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=lL+zIPT7hISVZ8ARXGBwhZpvmT9ksFdWrqhgMQ+mm74=; b=LOtfB01RcPq47zt3vxhseEvfRjUxdJb4RF/5bN/h4xCqSmFyrFCS8ImdboygTmheCX E/e80/6R26Dc8ORVYptKDhWgT7gJDCYAvuNjRFPB9+8BBC724+HodzaFODoDYvkWYs12 LneAEfG2isj9O5VqCuB9X4dvtTqXGwjbalwVDmVjAEfrZfHZX9vSZIWXcEe7QSZYoJjm deTUm85LMA5QXkpArNoZYOHJ0lvJDJOfGR2adKf740ab4LtkUs/+98avYTjj+CT9hh/Q yOxyQi+kmAIJR5wNTUq/lxHysiuHmmao6uVMXmNEuapGaG9ZtzvU5fzJxqwlKMmSbKHs znbg== X-Gm-Message-State: AOPr4FVo2cYUmrc/gihpVZ/YBR9n6wJM5p9N68QfF8hsbBuBV6MzO6sYCj0X1MwpvO5T5zJeuL+INkyGzPhpAQ== MIME-Version: 1.0 X-Received: by 10.202.222.197 with SMTP id v188mr11272176oig.82.1462677397787; Sat, 07 May 2016 20:16:37 -0700 (PDT) Received: by 10.157.47.245 with HTTP; Sat, 7 May 2016 20:16:37 -0700 (PDT) Date: Sat, 7 May 2016 20:16:37 -0700 Message-ID: Subject: max_worker_processes default not documented From: "David G. Johnston" To: "pgsql-docs@postgresql.org" Content-Type: multipart/alternative; boundary=001a113d5a7eb75e1105324c1edd X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a113d5a7eb75e1105324c1edd Content-Type: text/plain; charset=UTF-8 While this may be in the postgresql.conf it's absence in the docs is made noticeable by the fact both the immediately preceding and subsequent items in the 9.6 docs specify their default values. Furthermore, max_parallel_degree defaults to 2 but the workers come from the pool sized using max_worker_processes - provoking the very question as to how many is 2 relative to the default pool size. http://www.postgresql.org/docs/devel/static/runtime-config-resource.html#GUC-MAX-PARALLEL-DEGREE David J. --001a113d5a7eb75e1105324c1edd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable While this may be in the postgresql.conf it's absence in the docs is ma= de noticeable by the fact both the immediately preceding and subsequent ite= ms in the 9.6 docs specify their default values.=C2=A0 Furthermore, max_par= allel_degree defaults to 2 but the workers come from the pool sized using m= ax_worker_processes - provoking the very question as to how many is 2 relat= ive to the default pool size.


David J. --001a113d5a7eb75e1105324c1edd--