pgsql: Rename object in test to avoid conflict

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Rename object in test to avoid conflict
Дата
Msg-id E1kfhIA-0002q0-E8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename object in test to avoid conflict

In 01e658fa74cb7e3292448f6663b549135958003b, the hash_func test
creates a type t1, but apparently a test running in parallel might
also use that name, depending on timing.  Rename the type to avoid the
issue.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/hash_func.out | 14 +++++++-------
src/test/regress/sql/hash_func.sql      | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Hash support for row types
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential