Re: CREATE CAST allows creation of binary-coercible cast to range over domain - Mailing list pgsql-bugs

From Tom Lane
Subject Re: CREATE CAST allows creation of binary-coercible cast to range over domain
Date
Msg-id 1773683.1724249398@sss.pgh.pa.us
Whole thread Raw
In response to Re: CREATE CAST allows creation of binary-coercible cast to range over domain  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-bugs
Richard Guo <guofenglinux@gmail.com> writes:
> I wonder if it would be better for readability to list these types in
> the order we check them in the code, as we did previously, i.e.:

The previous order seemed quite random to me, because enums aren't
container types and the reason for excluding them isn't really the
same.  I thought about re-ordering the code to match the new comment,
but desisted.  We could do that though...

            regards, tom lane



pgsql-bugs by date:

Previous
From: Rémi Cura
Date:
Subject: Re: BUG #18587: PLPGSQL : conflict between variable and ON CONFLICT (a_column)
Next
From: Marcin Barczyński
Date:
Subject: Re: REINDEX INDEX pg_catalog.pg_default_acl_role_nsp_obj_index stuck waiting for transaction from the future in PG 13.16