Re: First draft of the PG 15 release notes

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: First draft of the PG 15 release notes
Date: 2022-05-25 03:44:15
Message-ID: CAApHDvq5j_z0cDMEELnHVnCthk5nKqFtq7XBe4298iOG+X87xQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 25 May 2022 at 15:01, Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> +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 at least in the cases where such
> partitions are pruned.

I think this one is an improvement. I'd drop "at least".

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-05-25 03:46:55 Re: Improving connection scalability (src/backend/storage/ipc/procarray.c)
Previous Message houzj.fnst@fujitsu.com 2022-05-25 03:40:51 Tab-complete for CREATE EVENT TRIGGER ON TABLE_REWRITE