]> granicus.if.org Git - postgresql/commitdiff
rel notes: mention enabling of parallelism in PG 10
authorBruce Momjian <bruce@momjian.us>
Mon, 9 Jul 2018 15:19:18 +0000 (11:19 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 9 Jul 2018 15:19:18 +0000 (11:19 -0400)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20180525010025.GT30060@telsasoft.com

Backpatch-through: 10

doc/src/sgml/release-10.sgml

index ea86b5e6e6e4e701d36da840e64908cf786d1870..5862cd83eb707b3e3185e3ba053e8c0831feb576 100644 (file)
@@ -4065,6 +4065,17 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
        </para>
       </listitem>
 
+      <listitem>
+<!--
+This was disabled in the PG 9.6 branch so there is no commit here.
+-->
+       <para>
+        Enable parallelism by default by changing the default setting
+        of <xref linkend="guc-max-parallel-workers-per-gather"/> to
+        <literal>2</literal>.
+       </para>
+      </listitem>
+
      </itemizedlist>
 
     </sect4>