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 E1n2n04-0004n9-RB@gemulon.postgresql.org
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 <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKGJf4RAXUyAYVUcQawcptX%3DnhEco3SYpuPK5cCbA-F1eLA%40mail.gmail.com

Branch
------
REL_10_STABLE

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

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: Daniel Gustafsson
Date:
Subject: pgsql: Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statemen