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> <para>
Previously, hash aggregation was avoided if it was expected to use Previously, hash aggregation was avoided if it was expected to use
more than <xref linkend="guc-work-mem"/> memory. This is controlled 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> </para>
</listitem> </listitem>
@ -641,12 +641,6 @@ Author: Jeff Davis <jdavis@postgresql.org>
use hash aggregation with disk storage for large grouping set results use hash aggregation with disk storage for large grouping set results
(Jeff Davis) (Jeff Davis)
</para> </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>
<listitem> <listitem>