• Tom Lane's avatar
    Fix missing "volatile" in PLy_output(). · 81ba9348
    Tom Lane authored
    Commit 5c3c3cd0 plastered "volatile" on a bunch of variables
    in PLy_output(), but removed the one that actually mattered, ie the
    one on "oldcontext".  This allows some versions of clang to generate
    code in which "oldcontext" has been trashed when control reaches the
    PG_CATCH block.  Per buildfarm member tick.
    81ba9348
plpy_plpymodule.c 13.3 KB