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
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