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:14:49 +0000 (17:14 +1300)
commitf7d7ac23d19240a90bbb8d91cb231ef7f883dd02
tree6396bd1186fc1881ff32394a80eb54e4e522f7b8
parent2ff209953e0a7b4ce9df1c1ba15783345ef5659f
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