Re: Reordering DISTINCT keys to match input path's pathkeys
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrei Lepikhov <lepihov@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>,
David Rowley <dgrowleyml@gmail.com>
Date: 2024-11-26T05:56:53Z
Lists: 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
Commits
-
Fix test case from a8ccf4e93
- e15e56713702 18.0 landed
-
Reordering DISTINCT keys to match input path's pathkeys
- a8ccf4e93a7e 18.0 landed