• Tom Lane's avatar
    Fix portability issue in ordered-set patch. · cf63c641
    Tom Lane authored
    Overly compact coding in makeOrderedSetArgs() led to a platform dependency:
    if the compiler chose to execute the subexpressions in the wrong order,
    list_length() might get applied to an already-modified List, giving a
    value we didn't want.  Per buildfarm.
    cf63c641
gram.y 363 KB