@@ -4560,23 +4560,6 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
45604560 </listitem>
45614561 </varlistentry>
45624562
4563- <varlistentry id="guc-hashagg-avoid-disk-plan" xreflabel="hashagg_avoid_disk_plan">
4564- <term><varname>hashagg_avoid_disk_plan</varname> (<type>boolean</type>)
4565- <indexterm>
4566- <primary><varname>hashagg_avoid_disk_plan</varname> configuration parameter</primary>
4567- </indexterm>
4568- </term>
4569- <listitem>
4570- <para>
4571- If set to <literal>on</literal>, causes the planner to avoid choosing
4572- hashed aggregation plans that are expected to use the disk. If hashed
4573- aggregation is chosen, it may still require the use of disk at
4574- execution time, even if this parameter is enabled. The default is
4575- <literal>off</literal>.
4576- </para>
4577- </listitem>
4578- </varlistentry>
4579-
45804563 <varlistentry id="guc-enable-hashjoin" xreflabel="enable_hashjoin">
45814564 <term><varname>enable_hashjoin</varname> (<type>boolean</type>)
45824565 <indexterm>
@@ -4823,6 +4806,23 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
48234806 </listitem>
48244807 </varlistentry>
48254808
4809+ <varlistentry id="guc-hashagg-avoid-disk-plan" xreflabel="hashagg_avoid_disk_plan">
4810+ <term><varname>hashagg_avoid_disk_plan</varname> (<type>boolean</type>)
4811+ <indexterm>
4812+ <primary><varname>hashagg_avoid_disk_plan</varname> configuration parameter</primary>
4813+ </indexterm>
4814+ </term>
4815+ <listitem>
4816+ <para>
4817+ If set to <literal>on</literal>, causes the planner to avoid choosing
4818+ hashed aggregation plans that are expected to use the disk. If hashed
4819+ aggregation is chosen, it may still require the use of disk at
4820+ execution time, even if this parameter is enabled. The default is
4821+ <literal>off</literal>.
4822+ </para>
4823+ </listitem>
4824+ </varlistentry>
4825+
48264826 </variablelist>
48274827 </sect2>
<
3DE6
/code>48284828 <sect2 id="runtime-config-query-constants">
0 commit comments