Rename object in test to avoid conflict
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Nov 2020 10:34:54 +0000 (11:34 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Nov 2020 10:34:54 +0000 (11:34 +0100)
commitafaccbba787d5f1470c44ddd61c9ddaaad19e27e
treea8b4f87eb17cef6e003d710aa5d7efbfc5118a75
parent01e658fa74cb7e3292448f6663b549135958003b
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.
src/test/regress/expected/hash_func.out
src/test/regress/sql/hash_func.sql