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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Cc: 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:09:09
Message-ID: 3470488.1705871349@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-01-21 21:28:28 pgsql: Fix table name collision in tests in 0452b461bc
Previous Message Alexander Korotkov 2024-01-21 20:21:53 pgsql: Explore alternative orderings of group-by pathkeys during optimi