aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release-13.sgml8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 74b91d5a3ff..66a5cd3cd98 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -626,7 +626,7 @@ Author: Jeff Davis <jdavis@postgresql.org>
<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>
@@ -641,12 +641,6 @@ Author: Jeff Davis <jdavis@postgresql.org>
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>