Re: Proposal to adjust typmod argument on base UDT input functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal to adjust typmod argument on base UDT input functions
Date
Msg-id 1778630.1754628382@sss.pgh.pa.us
Whole thread Raw
In response to Proposal to adjust typmod argument on base UDT input functions  (Octavio Alvarez <octalpg@alvarezp.org>)
Responses Re: Proposal to adjust typmod argument on base UDT input functions
List pgsql-hackers
Octavio Alvarez <octalpg@alvarezp.org> writes:
> I crafted the following rough patch which passes the target column
> typmod on input functions instead of -1 for OIDs >= 16384. The intention
> is to affect UDTs (user-defined types) only, not core data types.

I don't really see how we could accept this?  Wouldn't it break
every existing extension datatype that uses typmod?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Octavio Alvarez
Date:
Subject: Proposal to adjust typmod argument on base UDT input functions
Next
From: Pavel Stehule
Date:
Subject: Re: event trigger support for PL/Python