On Wed, 7 May 2025 at 13:17, Bruce Momjian <bruce@momjian.us> wrote:
>
> On Wed, May 7, 2025 at 09:27:14AM +1200, David Rowley wrote:
> > On Wed, 7 May 2025 at 07:44, Bruce Momjian <bruce@momjian.us> wrote:
> > A query such as: SELECT * FROM table_with_lots_of_partitions ORDER BY
> > col; will plan much faster now. No joins there.
>
> Ah, interesting. I am guessing the ORDER BY requires the
> EquivalenceClasses items. Applied patch attached. I don't think we can
> make more precise wording for this item.
The new wording looks good to me.
David