aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-05-06 15:45:03 -0400
committerBruce Momjian <bruce@momjian.us>2025-05-06 15:45:03 -0400
commit45750c6cfe8d1ba6018366642a35e661b9d6f3af (patch)
tree58eb73404f76b93e4621a15e91961251c512c990
parentcaa76b91a60681dff0bf193b64d4dcdc1014e036 (diff)
downloadpostgresql-45750c6cfe8d1ba6018366642a35e661b9d6f3af.tar.gz
postgresql-45750c6cfe8d1ba6018366642a35e661b9d6f3af.zip
doc PG 18 relnotes: adjust partition items
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvo+BrVTXMBPjNXBTnAovJWN9+-dYc0kN7rSDqdNvpggZQ@mail.gmail.com
-rw-r--r--doc/src/sgml/release-18.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index 9a6e4fb8d0e..92859b5b741 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -397,7 +397,7 @@ Author: David Rowley <drowley@postgresql.org>
<listitem>
<para>
-Allow partitions to be pruned more efficienty (Ashutosh Bapat, Yuya Watari, David Rowley)
+Improve the efficiency of joins involving partitions (Ashutosh Bapat, Yuya Watari, David Rowley)
<ulink url="&commit_baseurl;88f55bc97">&sect;</ulink>
<ulink url="&commit_baseurl;d69d45a5a">&sect;</ulink>
</para>
@@ -416,7 +416,7 @@ Author: Amit Langote <amitlan@postgresql.org>
<listitem>
<para>
-Avoid the locking of pruned partitions during planning (Amit Langote)
+Avoid the locking of pruned partitions during execution (Amit Langote)
<ulink url="&commit_baseurl;bb3ec16e1">&sect;</ulink>
<ulink url="&commit_baseurl;d47cbf474">&sect;</ulink>
<ulink url="&commit_baseurl;cbc127917">&sect;</ulink>