Skip to content

Commit de89d87

Browse files
committed
relnotes: update ordered partition scan item
Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqFMmOK9cjrqxJeY1HKKbgMup0HcZ+Co7JuzJG_8ZypceA@mail.gmail.com
1 parent 0dc379d commit de89d87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/release-15.sgml

+1-2
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@ Allow ordered scans of partitions to avoid sorting in more cases (David Rowley)
548548
</para>
549549

550550
<para>
551-
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
552-
partitioned tables with DEFAULT partitions.
551+
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.
553552
</para>
554553
</listitem>
555554

0 commit comments

Comments
 (0)