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

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix overly generic name in with.sql test.
Дата
Msg-id E1n2mya-0004jc-E6@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8112bcf0cc602e00e95eab6c4bdc0eb73b5b547d

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix issues in pgarch's new directory-scanning logic.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix overly generic name in with.sql test.