summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2022-05-26 02:19:20 +0000
committerBruce Momjian2022-05-26 02:19:20 +0000
commitde89d8711e2b70150a2c5b3215d99da108fbe1e8 (patch)
tree181e866769b33b53a4b37843614b0b55671ea527
parent0dc379de646309d388990399132f9c12137e86e4 (diff)
relnotes: update ordered partition scan item
Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqFMmOK9cjrqxJeY1HKKbgMup0HcZ+Co7JuzJG_8ZypceA@mail.gmail.com
-rw-r--r--doc/src/sgml/release-15.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index f7344b9884..8390578a9a 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -548,8 +548,7 @@ Allow ordered scans of partitions to avoid sorting in more cases (David Rowley)
</para>
<para>
-Previously, a partitioned table with any LIST partition containing multiple values could not be used for ordered partition scans. Now only non-pruned LIST partitions are checked. This also helps with
-partitioned tables with DEFAULT partitions.
+Previously, a partitioned table with a DEFAULT partition or a LIST partition containing multiple values could not be used for ordered partition scans. Now they can be used if these partitions are pruned.
</para>
</listitem>