reword-ordered-partition-scan-item_v4.diff
application/octet-stream
Filename: reword-ordered-partition-scan-item_v4.diff
Type: application/octet-stream
Part: 0
Patch
Format: unified
Series: patch v4
| File | + | − |
|---|---|---|
| doc/src/sgml/release-15.sgml | 1 | 2 |
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index f7344b9884..55de30f452 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 DEFAULT partition or a LIST partition containing multiple values could not be used for ordered partition scans. Now it can be used in the cases where such partitions are pruned. </para> </listitem>