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:14:55 +0000 (12:14 -0700)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20200620220402[email protected]
Backport-through: 13

doc/src/sgml/config.sgml

index 783bf7a12babf0db1f74640024b1129d39065d0d..b81aab239f3fcddfd0e8af767349d15ebb1d2cb5 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.
+       
+      
+     
+