• Tom Lane's avatar
    Further cleanup of ReorderBufferCommit(). · c70f9e89
    Tom Lane authored
    On closer inspection, we can remove the "volatile" qualifier on
    "using_subtxn" so long as we initialize that before the PG_TRY block,
    which there's no particularly good reason not to do.
    Also, push the "change" variable inside the PG_TRY so as to remove
    all question of whether it needs "volatile", and remove useless
    early initializations of "snapshow_now" and "using_subtxn".
    c70f9e89
reorderbuffer.c 80.5 KB