]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix doc build, broken by 13e0fa7a.
authorJeff Davis <jdavis@postgresql.org>
Thu, 11 Jun 2020 21:44:31 +0000 (14:44 -0700)
committerJeff Davis <jdavis@postgresql.org>
Thu, 11 Jun 2020 21:44:51 +0000 (14:44 -0700)
Reported-by: Peter Geoghegan
doc/src/sgml/release-13.sgml

index 74b91d5a3ffec41fce61da1345f890d61de5d4d8..66a5cd3cd98d68046532f2f2c30e38e851d84f23 100644 (file)
@@ -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>