• Robert Haas's avatar
    Move each SLRU's lwlocks to a separate tranche. · fe702a7b
    Robert Haas authored
    This makes it significantly easier to identify these lwlocks in
    LWLOCK_STATS or Trace_lwlocks output.  It's also arguably better
    from a modularity standpoint, since lwlock.c no longer needs to
    know anything about the LWLock needs of the higher-level SLRU
    facility.
    
    Ildus Kurbangaliev, reviewd by Álvaro Herrera and by me.
    fe702a7b
clog.c 24.1 KB