1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix doc build, broken by 13e0fa7a.

Reported-by: Peter Geoghegan
This commit is contained in:
Jeff Davis 2020-06-11 14:44:31 -07:00
parent ee788ba990
commit 6fbfa4eb24

View 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>