Re: Reordering DISTINCT keys to match input path's pathkeys

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrei Lepikhov <lepihov(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, David Rowley <dgrowleyml(at)gmail(dot)com>
Subject: Re: Reordering DISTINCT keys to match input path's pathkeys
Date: 2024-11-26 05:56:53
Message-ID: CAMbWs48hfvLjTpwSO8xSdKzqsSLFKhsnrak2JmjNBiS3Q7tvww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 26, 2024 at 10:22 AM Richard Guo <guofenglinux(at)gmail(dot)com> wrote:
> On Tue, Nov 26, 2024 at 10:12 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > Richard Guo <guofenglinux(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2024-11-26 06:12:29 Re: Fix an error while building test_radixtree.c with TEST_SHARED_RT
Previous Message Noah Misch 2024-11-26 05:24:13 Re: Generating configure from configure.ac