Re: pgsql: Explore alternative orderings of group-by pathkeys during optimi

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alexander Korotkov <akorotkov(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Explore alternative orderings of group-by pathkeys during optimi
Date: 2024-01-21 21:28:46
Message-ID: CAPpHfds3XX=Ai-eaN5kvc9QQSyBvF8=i7wYBsoNG5Kdm+M15eQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Jan 21, 2024 at 11:09 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Alexander Korotkov <akorotkov(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-22 01:18:12 pgsql: Add backend support for injection points
Previous Message Alexander Korotkov 2024-01-21 21:28:28 pgsql: Fix table name collision in tests in 0452b461bc