Fix overly generic name in with.sql test.
authorThomas Munro <[email protected]>
Thu, 30 Dec 2021 03:09:53 +0000 (16:09 +1300)
committerThomas Munro <[email protected]>
Thu, 30 Dec 2021 04:06:01 +0000 (17:06 +1300)
commitf0cafd006ec49f4f168e9a90bbd02e04ae2f75eb
treeae7eb997d3a8b614af77349a187b62e45e1ca8d5
parent8f22fe2025bf97bc2bd6e0a7b3acf97ab970a4e2
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 <[email protected]>
Discussion: https://postgr.es/m/CA%2BhUKGJf4RAXUyAYVUcQawcptX%3DnhEco3SYpuPK5cCbA-F1eLA%40mail.gmail.com
src/test/regress/expected/with.out
src/test/regress/sql/with.sql