pgsql: Rename index "abc" in aggregates.sql

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename index "abc" in aggregates.sql
Date: 2024-01-24 19:44:40
Message-ID: E1rSjAu-002vad-9N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename index "abc" in aggregates.sql

In order to prevent name collision with table "abc" in namespace.sql.

Reported-by: Nathan Bossart
Discussion: https://postgr.es/m/20240124173735.GA2708416%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b91f918708283c1dc3dba8ff301f7d4b63c32e66

Modified Files
--------------
src/test/regress/expected/aggregates.out | 56 ++++++++++++++++----------------
src/test/regress/sql/aggregates.sql | 2 +-
2 files changed, 29 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-01-25 00:52:23 pgsql: Track LLVM 18 changes.
Previous Message Peter Eisentraut 2024-01-24 15:43:09 pgsql: Add temporal PRIMARY KEY and UNIQUE constraints