Change of behaviour for creating same type name in multiple schemas - Mailing list pgsql-hackers

From Dave Cramer
Subject Change of behaviour for creating same type name in multiple schemas
Date
Msg-id CADK3HH+=oWxc9dfNnSPnZy+W12n_4qjLM4AgkD36ca8kVxy2Mg@mail.gmail.com
Whole thread Raw
Responses Re: Change of behaviour for creating same type name in multiple schemas
List 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

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node
Next
From: Heikki Linnakangas
Date:
Subject: Re: Use FD_CLOEXEC on ListenSockets (was Re: Refactoring backend fork+exec code)