• Kevin Grittner's avatar
    Make oldSnapshotControl a pointer to a volatile structure · 80647bf6
    Kevin Grittner authored
    It was incorrectly declared as a volatile pointer to a non-volatile
    structure.  Eliminate the OldSnapshotControl struct definition; it
    is really not needed.  Pointed out by Tom Lane.
    
    While at it, add OldSnapshotControlData to pgindent's list of
    structures.
    80647bf6
snapmgr.c 59.5 KB