Re: Reordering DISTINCT keys to match input path's pathkeys - Mailing list pgsql-hackers

From Richard Guo
Subject Re: Reordering DISTINCT keys to match input path's pathkeys
Date
Msg-id CAMbWs4-6Aeaw3ESfguNzM7Q5nMW8r1L4M0f9KcPh_VkepBQv5Q@mail.gmail.com
Whole thread Raw
In response to Re: Reordering DISTINCT keys to match input path's pathkeys  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Reordering DISTINCT keys to match input path's pathkeys
List pgsql-hackers
On Tue, Nov 26, 2024 at 10:12 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Richard Guo <guofenglinux@gmail.com> writes:
> > I've applied some of the changes you suggested in your previous email
> > and pushed the updated patch.  Thank you for your review.
>
> The buildfarm's not too happy.  It looks like this patch decided
> to use the name "distinct_tbl" in a test script that runs in
> parallel with another one already using "distinct_tbl".

Exactly.  I shouldn't create tables with the same name in two test
files.  Will push a fix shortly.

Thanks
Richard



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reordering DISTINCT keys to match input path's pathkeys
Next
From: Tatsuo Ishii
Date:
Subject: Generating configure from configure.ac