• Tom Lane's avatar
    Flip the default typispreferred setting from true to false. This affects · 7df49cef
    Tom Lane authored
    only type categories in which the previous coding made *every* type
    preferred; so there is no change in effective behavior, because the function
    resolution rules only do something different when faced with a choice
    between preferred and non-preferred types in the same category.  It just
    seems safer and less surprising to have CREATE TYPE default to non-preferred
    status ...
    7df49cef
heap.c 70.3 KB