@@ -4560,23 +4560,6 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4560
4560
</listitem>
4561
4561
</varlistentry>
4562
4562
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
-
4580
4563
<varlistentry id="guc-enable-hashjoin" xreflabel="enable_hashjoin">
4581
4564
<term><varname>enable_hashjoin</varname> (<type>boolean</type>)
4582
4565
<indexterm>
@@ -4823,6 +4806,23 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4823
4806
</listitem>
4824
4807
</varlistentry>
4825
4808
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
+
4826
4826
</variablelist>
4827
4827
</sect2>
4828
4828
<sect2 id="runtime-config-query-constants">
0 commit comments