Re: Tests "with" and "alter_table" suffer from name clash - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Tests "with" and "alter_table" suffer from name clash
Date
Msg-id 2195664.1640831229@sss.pgh.pa.us
Whole thread Raw
In response to Tests "with" and "alter_table" suffer from name clash  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Tests "with" and "alter_table" suffer from name clash  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> With unlucky scheduling you can get a failure like this:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hoverfly&dt=2021-12-22%2010%3A51%3A32
> Suggested fix attached.

Looks reasonable.  We really should avoid using such common
names for short-lived tables in any case --- it's an invitation
to trouble.  So I'd vote for changing the other use of "test", too.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Tests "with" and "alter_table" suffer from name clash
Next
From: Thomas Munro
Date:
Subject: Re: Tests "with" and "alter_table" suffer from name clash