Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    ed467583
    Logging running transactions every 15 seconds. · ed467583
    Robert Haas authored
    Previously, we did this just once per checkpoint, but that could make
    Hot Standby take a long time to initialize.  To avoid busying an
    otherwise-idle system, we don't do this if no WAL has been written
    since we did it last.
    
    Andres Freund
    ed467583
    History
    Logging running transactions every 15 seconds.
    Robert Haas authored
    Previously, we did this just once per checkpoint, but that could make
    Hot Standby take a long time to initialize.  To avoid busying an
    otherwise-idle system, we don't do this if no WAL has been written
    since we did it last.
    
    Andres Freund