Обсуждение: pgsql: Rename object in test to avoid conflict

Поиск
Список
Период
Сортировка

pgsql: Rename object in test to avoid conflict

От
Peter Eisentraut
Дата:
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(-)