Fix overly generic name in with.sql test.
Thomas Munro <tmunro@postgresql.org>
Fix overly generic name in with.sql test. Avoid the name "test". In the 10 branch, this could clash with alter_table.sql, as seen in the build farm. That other instance was already renamed in later branches by commit 2cf8c7aa, but it's good to future-proof the name here too. Back-patch to 10. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/CA%2BhUKGJf4RAXUyAYVUcQawcptX%3DnhEco3SYpuPK5cCbA-F1eLA%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/with.out | modified | +8 −8 |
| src/test/regress/sql/with.sql | modified | +5 −5 |
Discussion
- Tests "with" and "alter_table" suffer from name clash 4 messages · 2021-12-30