Re: Proposal to adjust typmod argument on base UDT input functions

2025-08-07 Thread Octavio Alvarez
On 8/7/25 22:46, Tom Lane wrote: Octavio Alvarez 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 se

Proposal to adjust typmod argument on base UDT input functions

2025-08-07 Thread Octavio Alvarez
Hi, everyone, First time posting in pgsql-hackers. 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. It needs adjustments but the core idea