From: Bruce Momjian Date: Thu, 26 May 2022 02:19:20 +0000 (-0400) Subject: relnotes: update ordered partition scan item X-Git-Tag: REL_15_BETA2~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de89d8711e2b70150a2c5b3215d99da108fbe1e8;p=thirdparty%2Fpostgresql.git relnotes: update ordered partition scan item Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqFMmOK9cjrqxJeY1HKKbgMup0HcZ+Co7JuzJG_8ZypceA@mail.gmail.com --- diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index f7344b98841..8390578a9a6 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) -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.