• Tom Lane's avatar
    Fix fuzzy thinking in ReinitializeParallelDSM(). · bfb93742
    Tom Lane authored
    The fact that no workers were successfully launched in the previous
    iteration does not excuse us from setting up properly to try again.
    This appears to explain crashes I saw in parallel regression testing
    due to error_mqh being NULL when it shouldn't be.
    
    Minor other cosmetic fixes too.
    bfb93742
parallel.c 33.1 KB