Fix overly generic name in with.sql test.

Thomas Munro <tmunro@postgresql.org>

Commit: f0cafd006ec49f4f168e9a90bbd02e04ae2f75eb
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2021-12-30T04:06:01Z
Releases: 10.20
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

PathChange+/−
src/test/regress/expected/with.out modified +8 −8
src/test/regress/sql/with.sql modified +5 −5

Discussion