From d33f33539d7f90d024a1dcb73b74c15b07349be8 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Mon, 22 Jun 2020 12:14:55 -0700 Subject: [PATCH] Doc fixup for hashagg_avoid_disk_plan GUC. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20200620220402.GZ17995@telsasoft.com Backport-through: 13 --- doc/src/sgml/config.sgml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c6294df9362..23310132f54 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4560,23 +4560,6 @@ ANY num_sync ( - hashagg_avoid_disk_plan (boolean) - - hashagg_avoid_disk_plan configuration parameter - - - - - If set to on, causes the planner to avoid choosing - hashed aggregation plans that are expected to use the disk. If hashed - aggregation is chosen, it may still require the use of disk at - execution time, even if this parameter is enabled. The default is - off. - - - - enable_hashjoin (boolean) @@ -4823,6 +4806,23 @@ ANY num_sync ( + hashagg_avoid_disk_plan (boolean) + + hashagg_avoid_disk_plan configuration parameter + + + + + If set to on, causes the planner to avoid choosing + hashed aggregation plans that are expected to use the disk. If hashed + aggregation is chosen, it may still require the use of disk at + execution time, even if this parameter is enabled. The default is + off. + + + +