From de89d8711e2b70150a2c5b3215d99da108fbe1e8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 25 May 2022 22:19:20 -0400 Subject: [PATCH] relnotes: update ordered partition scan item Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqFMmOK9cjrqxJeY1HKKbgMup0HcZ+Co7JuzJG_8ZypceA@mail.gmail.com --- doc/src/sgml/release-15.sgml | 3 +-- 1 file changed, 1 insertion(+), 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) -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. -- 2.11.4.GIT