mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 05:18:58 -04:00
35670340f5
Split the old typenameTypeId() into two functions: A new typenameTypeId() that returns only a type OID, and typenameTypeIdAndMod() that returns type OID and typmod. This isolates call sites better that actually care about the typmod.