Reported-by: Peter Geoghegan
<para>
Previously, hash aggregation was avoided if it was expected to use
more than <xref linkend="guc-work-mem"/> memory. This is controlled
- by <xref linkend="guc-enable-hashagg-disk"/>.
+ by <xref linkend="guc-hashagg-avoid-disk-plan"/>.
</para>
</listitem>
use hash aggregation with disk storage for large grouping set results
(Jeff Davis)
</para>
-
- <para>
- Previously, hash aggregation was avoided if it was expected to use
- more than <xref linkend="guc-work-mem"/> memory. This is controlled
- by <xref linkend="guc-enable-groupingsets-hash-disk"/>.
- </para>
</listitem>
<listitem>