Octavio Alvarez <octalpg(at)alvarezp(dot)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