Rename object in test to avoid conflict
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/hash_func.out | modified | +7 −7 |
| src/test/regress/sql/hash_func.sql | modified | +7 −7 |