pgsql: Fix overly generic name in with.sql test.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix overly generic name in with.sql test.
Date: 2021-12-30 04:24:53
Message-ID: E1n2mzl-0004m7-C5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CA%2BhUKGJf4RAXUyAYVUcQawcptX%3DnhEco3SYpuPK5cCbA-F1eLA%40mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/81b12fb33a5eb499bc43ba4589e8c9a709d9eb5c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-12-30 04:25:12 pgsql: Fix overly generic name in with.sql test.
Previous Message Thomas Munro 2021-12-30 04:24:29 pgsql: Fix overly generic name in with.sql test.