Fix overly generic name in with.sql test.
authorThomas Munro <tmunro@postgresql.org>
Thu, 30 Dec 2021 03:09:53 +0000 (16:09 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 30 Dec 2021 04:16:31 +0000 (17:16 +1300)
commit8112bcf0cc602e00e95eab6c4bdc0eb73b5b547d
tree05c565b48b9a9b911f0aecb70c6b1ab065657f4e
parent1fb17b1903414676bd371068739549cd2966fe87
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
src/test/regress/expected/with.out
src/test/regress/sql/with.sql