• Robert Haas's avatar
    Fix logic bug in dsm_attach(). · e0124230
    Robert Haas authored
    The previous coding would potentially cause attaching to segment A to
    fail if segment B was at the same time in the process of going away.
    
    Andres Freund, with a comment tweak by me
    e0124230
dsm.c 29.8 KB