pgsql: Rename object in test to avoid conflict

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename object in test to avoid conflict
Date: 2020-11-19 10:35:54
Message-ID: E1kfhIA-0002q0-E8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-11-19 20:03:40 pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential
Previous Message Peter Eisentraut 2020-11-19 08:41:37 pgsql: Hash support for row types