On Tue, Nov 26, 2024 at 10:22 AM Richard Guo <[email protected]> wrote: > On Tue, Nov 26, 2024 at 10:12 AM Tom Lane <[email protected]> wrote: > > Richard Guo <[email protected]> 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
