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
- 0001-Fix-racy-with-test.patch (text/x-patch) patch 0001
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
-
Fix overly generic name in with.sql test.
- 8112bcf0cc60 15.0 landed
- f7d7ac23d192 14.2 landed
- cadd98cd3088 13.6 landed
- d536d0304b78 12.10 landed
- 81b12fb33a5e 11.15 landed
- f0cafd006ec4 10.20 landed
-
Clean up duplicate table and function names in regression tests.
- 2cf8c7aa4855 11.0 cited