Change of behaviour for creating same type name in multiple schemas

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Change of behaviour for creating same type name in multiple schemas
Date: 2023-10-05 12:08:36
Message-ID: CADK3HH+=oWxc9dfNnSPnZy+W12n_4qjLM4AgkD36ca8kVxy2Mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

Before 16 if I created an array type in schema1 it would be named
schema1._array_type
if I created the same type in schema 2 it would have been named

schema2.__array_type

Can someone point me to where the code was changed ?

Thanks,
Dave Cramer

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-10-05 12:08:37 Re: Use FD_CLOEXEC on ListenSockets (was Re: Refactoring backend fork+exec code)
Previous Message Bharath Rupireddy 2023-10-05 11:56:17 Re: [PoC] pg_upgrade: allow to upgrade publisher node