Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    35670340
    Refactor typenameTypeId() · 35670340
    Peter Eisentraut authored
    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.
    35670340
    History
    Refactor typenameTypeId()
    Peter Eisentraut authored
    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.