On Sun, Jan 21, 2024 at 11:09 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > Alexander Korotkov <akorot...@postgresql.org> writes: > > Explore alternative orderings of group-by pathkeys during optimization. > > Buildfarm's not terribly happy. Looks like you incautiously used > a table name "t1" that's already in use in a concurrent script.
Thank you, I just saw it myself. Fix is pushed. ------ Regards, Alexander Korotkov