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 CAMbWs48hfvLjTpwSO8xSdKzqsSLFKhsnrak2JmjNBiS3Q7tvww@mail.gmail.com
Whole thread Raw
In response to Re: Reordering DISTINCT keys to match input path's pathkeys  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-hackers
On Tue, Nov 26, 2024 at 10:22 AM Richard Guo <guofenglinux@gmail.com> wrote:
> 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.

Fixed.

Thanks
Richard



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Generating configure from configure.ac
Next
From: Marina Polyakova
Date:
Subject: Fix meson uuid header check so it works with MSVC in REL_16_STABLE