Skip to content

Commit 2a9a34c

Browse files
committed
Doc: further tweaking of v14 release notes.
A recent question reminded me that the notes' description of commit 86dc900 rather undersold its benefits. Discussion: https://postgr.es/m/4a3115d4-0fb2-e214-93e3-9a9d0974b883@deepbluecap.com
1 parent 55abb37 commit 2a9a34c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-14.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -901,12 +901,12 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
901901

902902
<para>
903903
Improve the performance of updates and deletes on partitioned tables
904-
when only a few partitions are affected (Amit Langote, Tom Lane)
904+
with many partitions (Amit Langote, Tom Lane)
905905
</para>
906906

907907
<para>
908-
This change reduces the planner's overhead for such cases, and
909-
also allows updates/deletes on partitioned tables to use
908+
This change greatly reduces the planner's overhead for such cases,
909+
and also allows updates/deletes on partitioned tables to use
910910
execution-time partition pruning.
911911
</para>
912912
</listitem>

0 commit comments

Comments
 (0)