Doc: further tweaking of v14 release notes.
authorTom Lane
Sun, 19 Sep 2021 16:10:34 +0000 (12:10 -0400)
committerTom Lane
Sun, 19 Sep 2021 16:10:34 +0000 (12:10 -0400)
A recent question reminded me that the notes' description of
commit 86dc90056 rather undersold its benefits.

Discussion: https://postgr.es/m/4a3115d4-0fb2-e214-93e3-9a9d0974b883@deepbluecap.com

doc/src/sgml/release-14.sgml

index b7a84fb64d7e6815cc6b414f70557142e1254a1b..69c4a72ae7dadf3fe653dcf4214e7c868bbfbbf8 100644 (file)
@@ -901,12 +901,12 @@ Author: Tom Lane 
 
        
         Improve the performance of updates and deletes on partitioned tables
-        when only a few partitions are affected (Amit Langote, Tom Lane)
+        with many partitions (Amit Langote, Tom Lane)
        
 
        
-        This change reduces the planner's overhead for such cases, and
-        also allows updates/deletes on partitioned tables to use
+        This change greatly reduces the planner's overhead for such cases,
+        and also allows updates/deletes on partitioned tables to use
         execution-time partition pruning.