From: Bruce Momjian Date: Wed, 3 Jun 2020 02:11:47 +0000 (-0400) Subject: doc: PG 13 relnotes: fix link for grouping sets hash overflow X-Git-Tag: REL_13_BETA2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d685f6d7b65fa1ca5afb5138e610cd08a3c1e12;p=thirdparty%2Fpostgresql.git doc: PG 13 relnotes: fix link for grouping sets hash overflow Use "guc-enable-groupingsets-hash-disk". Reported-by: TAKATSUKA Haruka Discussion: https://postgr.es/m/16468-7939d39f1786516c@postgresql.org Backpatch-through: master --- diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 6543f8b9100..6fb32ef57cd 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -645,7 +645,7 @@ Author: Jeff Davis Previously, hash aggregation was avoided if it was expected to use more than memory. This is controlled - by . + by .