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

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix overly generic name in with.sql test.
Дата
Msg-id E1n2mz4-0004kv-VK@gemulon.postgresql.org
обсуждение исходный текст
Список 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_13_STABLE

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

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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix overly generic name in with.sql test.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix overly generic name in with.sql test.