On Fri, Sep 11, 2026 at 6:54 AM Alexander Korotkov <aekorotkov@gmail.com> wrote:
> I also like idea of usage of enable_sort all the version in this case.
> This would simplify backpatching and reduce divergence between
> versions.
I believe one of the goals of commit e01b23b84 is replacing
enable_sort with enable_groupagg in tests going forward where that's
the real intent. Re-introducing enable_sort here seems to go against
that goal.
> I plan to push this and backpatch through 14, adjusting the expected
> file per branch along the lines you described.
Also I don't understand why v5 is still creating new tables rather
than using existing tables in the tests.
- Richard