pgsql: Fix overly generic name in with.sql test. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix overly generic name in with.sql test.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d536d0304b7891fdf5c74f0077f4de45290f6f63

Modified Files
--------------
src/test/regress/expected/with.out | 16 ++++++++--------
src/test/regress/sql/with.sql      | 10 +++++-----
2 files changed, 13 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Fix overly generic name in with.sql test.
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix overly generic name in with.sql test.