Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6fbfa4e

Browse files
committed
Fix doc build, broken by 13e0fa7.
Reported-by: Peter Geoghegan
1 parent ee788ba commit 6fbfa4e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ Author: Jeff Davis <jdavis@postgresql.org>
626626
<para>
627627
Previously, hash aggregation was avoided if it was expected to use
628628
more than <xref linkend="guc-work-mem"/> memory. This is controlled
629-
by <xref linkend="guc-enable-hashagg-disk"/>.
629+
by <xref linkend="guc-hashagg-avoid-disk-plan"/>.
630630
</para>
631631
</listitem>
632632

@@ -641,12 +641,6 @@ Author: Jeff Davis <jdavis@postgresql.org>
641641
use hash aggregation with disk storage for large grouping set results
642642
(Jeff Davis)
643643
</para>
644-
645-
<para>
646-
Previously, hash aggregation was avoided if it was expected to use
647-
more than <xref linkend="guc-work-mem"/> memory. This is controlled
648-
by <xref linkend="guc-enable-groupingsets-hash-disk"/>.
649-
</para>
650644
</listitem>
651645

652646
<listitem>

0 commit comments

Comments
 (0)