Tests "with" and "alter_table" suffer from name clash

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-12-30T02:12:04Z
Lists: pgsql-hackers

Attachments

Hi,

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.

Commits

  1. Fix overly generic name in with.sql test.

  2. Clean up duplicate table and function names in regression tests.