pgsql: Rename object in test to avoid conflict

Started by Peter Eisentrautover 5 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)