Doc fixup for hashagg_avoid_disk_plan GUC.
authorJeff Davis
Mon, 22 Jun 2020 19:14:55 +0000 (12:14 -0700)
committerJeff Davis
Mon, 22 Jun 2020 19:59:05 +0000 (12:59 -0700)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20200620220402[email protected]
Backport-through: 13

doc/src/sgml/config.sgml

index c6294df9362d351c2919e8c2ec503191ba8dd448..23310132f54aee1676ce11833301a7d2b05d0382 100644 (file)
@@ -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.
+       
+      
+     
+